add missing features to configure.ac
This commit is contained in:
parent
c2aa0ac0ab
commit
94e7bc7478
@ -14,12 +14,13 @@ PKG_CHECK_MODULES([libconfuse], [libconfuse >= 2.0])
|
||||
|
||||
# Checks for header files.
|
||||
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.
|
||||
AC_TYPE_PID_T
|
||||
|
||||
# Checks for library functions.
|
||||
AC_CHECK_FUNCS([strdup])
|
||||
AC_CHECK_FUNCS([strdup memset])
|
||||
AC_FUNC_FORK
|
||||
AC_FUNC_MALLOC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user