- Added a check for pthread_create, which should trigger inclusion of
  '-lpthread' on the link command line.
This commit is contained in:
Paul Beckingham
2010-09-05 10:55:14 -04:00
parent 3d5656fb57
commit 9b46520ae1

View File

@@ -169,6 +169,10 @@ AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_HEADER([auto.h])
# Checks for libraries.
AC_CHECK_LIB(pthread,pthread_create)
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h sys/file.h sys/stat.h sys/time.h unistd.h])