Improve clarity of error message when no known system was found.
authorStephen Sinclair <radarsat1@gmail.com>
Sat, 14 Jul 2018 00:25:24 +0000 (20:25 -0400)
committerStephen Sinclair <radarsat1@gmail.com>
Sat, 14 Jul 2018 16:42:15 +0000 (12:42 -0400)
configure.ac

index 33634a0214f88e9c8bb044c4ce0e587ab68b38af..449bda64fe2cf7f747178d3eff66a695dd3e95ef 100644 (file)
@@ -287,7 +287,7 @@ AC_MSG_CHECKING([for audio API])
 # Error case: no known realtime systems found.
 AS_IF([test x"$api" = "x"], [
   AC_MSG_RESULT([none])
-  AC_MSG_ERROR([Unknown system type for realtime support!])
+  AC_MSG_ERROR([No known system type found for realtime support!])
 ], [
   AC_MSG_RESULT([$found])
 ])