]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update configure to handle glob.h
authorDiego Fronza <diego@isc.org>
Thu, 30 Jan 2020 17:39:30 +0000 (14:39 -0300)
committerDiego Fronza <diego@isc.org>
Mon, 24 Feb 2020 16:46:42 +0000 (13:46 -0300)
configure

index 9599d1771992655ecee574e4ceeda672d3774d85..bf6137bf16930ecf711bd03c8be2920551216fa7 100755 (executable)
--- a/configure
+++ b/configure
 
 
 
+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