From: Diego Fronza Date: Thu, 30 Jan 2020 17:39:30 +0000 (-0300) Subject: Update configure to handle glob.h X-Git-Tag: v9.17.1~98^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67ef860483253d06e778d819441509647165460;p=thirdparty%2Fbind9.git Update configure to handle glob.h --- diff --git a/configure b/configure index 9599d177199..bf6137bf169 100755 --- a/configure +++ b/configure @@ -23510,6 +23510,19 @@ fi +for ac_header in glob.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "glob.h" "ac_cv_header_glob_h" "$ac_includes_default" +if test "x$ac_cv_header_glob_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_GLOB_H 1 +_ACEOF + +fi + +done + + if test "yes" = "$cross_compiling"; then if test -z "$BUILD_CC"; then as_fn_error $? "BUILD_CC not set" "$LINENO" 5