From: Ruben Kerkhof Date: Wed, 24 Dec 2014 17:30:59 +0000 (+0100) Subject: Keep function checks together X-Git-Tag: rec-3.7.0-rc1~81^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f50617c9a83faa750318a4df064fd3d8c61e3791;p=thirdparty%2Fpdns.git Keep function checks together --- diff --git a/configure.ac b/configure.ac index 42ab6c806b..ac6741aec1 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T dnl Checks for library functions. -AC_CHECK_FUNCS_ONCE([strcasestr]) +AC_CHECK_FUNCS_ONCE([strcasestr localtime_r]) # Check for libdl my_save_LIBS="$LIBS" @@ -293,8 +293,6 @@ if test "$needsqlite3"; then AC_DEFINE([HAVE_SQLITE3],[1],[If we have sqlite3]) fi -AC_CHECK_FUNCS([localtime_r]) - for a in $modules; do moduledirs="$moduledirs ${a}backend"