diff options
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 dbf3fec..3238e32 100644 --- a/configure.ac +++ b/configure.ac @@ -120,7 +120,7 @@ case "${host}" in BUILD_PS2COMM="yes" ;; *) - AC_MSG_RESULT([none]) + AC_MSG_ERROR([Cannot find suitable backends for this platform.]) ;; esac if test "x$BUILD_EVENTCOMM" = xyes; then |