diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-07-13 20:25:24 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-07-14 12:42:15 -0400 |
| commit | 0b54bd228382510e3de7076be9c806c1b4016aea (patch) | |
| tree | ee911a4c5bd1cfd4e0e5c3c567e2708c28dada11 /configure.ac | |
| parent | 598a21f4114a4d49e4403215448ff4156778c616 (diff) | |
Improve clarity of error message when no known system was found.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) ]) |
