Clarify error message
authorRuben Kerkhof <ruben@tilaa.com>
Fri, 11 Dec 2015 18:19:31 +0000 (19:19 +0100)
committerRuben Kerkhof <ruben@tilaa.com>
Fri, 11 Dec 2015 18:19:31 +0000 (19:19 +0100)
configure.ac

index 97c4bc5..7377009 100644 (file)
@@ -1535,7 +1535,7 @@ AC_SUBST([PTHREAD_LIBS])
 if test "x$with_libpthread" = "xyes"
 then
        SAVE_LIBS="$LIBS"
-       AC_CHECK_LIB(pthread, pthread_create, [], [with_libpthread="no (libpthread not found)"], [])
+       AC_CHECK_LIB(pthread, pthread_create, [], [with_libpthread="no (Symbol 'pthread_create' not found)"], [])
        PTHREAD_LIBS="$LIBS"
        LIBS="$SAVE_LIBS"
 fi