diff --git a/configure.ac b/configure.ac index 2d745d818..7ec8f0eb9 100644 --- a/configure.ac +++ b/configure.ac @@ -106,7 +106,7 @@ case $exec_prefix in esac # Checks for libraries. -AX_PTHREAD +AX_PTHREAD(,[AC_MSG_ERROR([POSIX threads support is required])]) AX_SAVE_FLAGS AC_SEARCH_LIBS([dlopen],[dl],,[AC_MSG_ERROR([cannot find dlopen() function])]) AC_SUBST([dlopen_LIBS],[$LIBS])