add missing features to configure.ac

This commit is contained in:
Sergey Popov 2011-12-19 18:34:44 +04:00
parent c2aa0ac0ab
commit 94e7bc7478

View File

@ -14,12 +14,13 @@ PKG_CHECK_MODULES([libconfuse], [libconfuse >= 2.0])
# Checks for header files. # Checks for header files.
AC_CHECK_HEADERS([fcntl.h signal.h stdlib.h string.h syslog.h unistd.h]) AC_CHECK_HEADERS([fcntl.h signal.h stdlib.h string.h syslog.h unistd.h])
AC_HEADER_STDBOOL
# Checks for typedefs, structures, and compiler characteristics. # Checks for typedefs, structures, and compiler characteristics.
AC_TYPE_PID_T AC_TYPE_PID_T
# Checks for library functions. # Checks for library functions.
AC_CHECK_FUNCS([strdup]) AC_CHECK_FUNCS([strdup memset])
AC_FUNC_FORK AC_FUNC_FORK
AC_FUNC_MALLOC AC_FUNC_MALLOC