From 0b54bd228382510e3de7076be9c806c1b4016aea Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Fri, 13 Jul 2018 20:25:24 -0400 Subject: [PATCH] Improve clarity of error message when no known system was found. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 33634a0..449bda6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) ]) -- 2.30.2