From: Michael Tremer Date: Tue, 28 Nov 2017 21:38:48 +0000 (+0100) Subject: configure: Check for functions and headers that we use X-Git-Tag: 0.9.28~1285^2~1268 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f548bf0e5878104ab3157730829fd23211fe0c3;p=pakfire.git configure: Check for functions and headers that we use Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 15127165c..ad051e32e 100644 --- a/configure.ac +++ b/configure.ac @@ -113,15 +113,19 @@ AC_CHECK_LIB([m], [round]) AC_CHECK_HEADERS([ \ assert.h \ + ctypes.h \ math.h \ + stdarg.h \ stdlib.h \ string.h \ + syslog.h \ sys/stat.h \ unistd.h ]) AC_CHECK_FUNCS([ \ assert \ + secure_getenv \ strcmp \ strdup ])