From 94e7bc7478d549ef54dc9f3fcf0a8538b751cdfc Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 19 Dec 2011 18:34:44 +0400 Subject: [PATCH] add missing features to configure.ac --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e59799f..3224829 100644 --- a/configure.ac +++ b/configure.ac @@ -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