diff options
Diffstat (limited to 'nxcomp/configure.ac')
-rw-r--r-- | nxcomp/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac index 89081cbb6..454ee6a80 100644 --- a/nxcomp/configure.ac +++ b/nxcomp/configure.ac @@ -63,6 +63,8 @@ if test "$FreeBSD" = yes; then CPPFLAGS="$CPPFLAGS -I/usr/local/include" fi +AX_PTHREAD([], AC_MSG_ERROR([no POSIX threads support detected])) + # If in_addr_t is not defined use unsigned int. AC_CHECK_TYPES([in_addr_t], [], [], [[#include <netinet/in.h>]]) |