summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index be3bba3..f715123 100644
--- a/configure.in
+++ b/configure.in
@@ -12,6 +12,8 @@ AC_CHECK_HEADERS([unistd.h getopt.h errno.h time.h termios.h sys/types.h \
sys/stat.h fcntl.h stdarg.h asm/byteorder.h netdb.h stdint.h signal.h], [],AC_MSG_ERROR([
required header missing]))
+AC_CHECK_LIB([pthread], [pthread_create], [], [], [])
+
AC_DEFINE([DEBUG], 0, [set to 1 to enable debug])
AC_DEFINE([CONFIG_USE_SYSLOG], 0, [set to 1 to use syslog for logging])