]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Rebuild configure script from its sources.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 11:13:15 +0000 (13:13 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 11:13:15 +0000 (13:13 +0200)
configure
doc/Changelog

index f0fb584f114d9ca60bd1fb60ad2eea0ac96a2228..86921411baf018a7b251ac088a64b53d9a5283a1 100755 (executable)
--- a/configure
+++ b/configure
@@ -18020,7 +18020,9 @@ if test x_$enable_alloc_nonregional = x_yes; then
 printf "%s\n" "#define UNBOUND_ALLOC_NONREGIONAL 1" >>confdefs.h
 
 fi
-if test x_$enable_alloc_checks = x_yes; then
+if test x_$enable_alloc_checks = x_yes
+then :
+
 
 printf "%s\n" "#define UNBOUND_ALLOC_STATS 1" >>confdefs.h
 
@@ -18028,28 +18030,29 @@ printf "%s\n" "#define UNBOUND_ALLOC_STATS 1" >>confdefs.h
 
        ASYNCLOOK_ALLOCCHECK_EXTRA_OBJ="alloc.lo"
 
-else
-       if test x_$enable_alloc_lite = x_yes; then
+
+else $as_nop
+
+       if test x_$enable_alloc_lite = x_yes
+then :
+
 
 printf "%s\n" "#define UNBOUND_ALLOC_LITE 1" >>confdefs.h
 
-       else
+
+else $as_nop
+
 
        { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GNU libc compatible malloc" >&5
 printf %s "checking for GNU libc compatible malloc... " >&6; }
-       if test "$cross_compiling" = yes
+if test ${ac_cv_func_malloc_0_nonnull+y}
 then :
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no (crosscompile)" >&5
-printf "%s\n" "no (crosscompile)" >&6; }
-       case " $LIBOBJS " in
-  *" malloc.$ac_objext "* ) ;;
-  *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
- ;;
-esac
-
-
-printf "%s\n" "#define malloc rpl_malloc_unbound" >>confdefs.h
+  printf %s "(cached) " >&6
+else $as_nop
 
+               if test "$cross_compiling" = yes
+then :
+  ac_cv_func_malloc_0_nonnull="no (crosscompile)"
 else $as_nop
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
@@ -18070,9 +18073,26 @@ main (void)
 _ACEOF
 if ac_fn_c_try_run "$LINENO"
 then :
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
-printf "%s\n" "no" >&6; }
-       case " $LIBOBJS " in
+  ac_cv_func_malloc_0_nonnull=no
+else $as_nop
+  ac_cv_func_malloc_0_nonnull=yes
+fi
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
+fi
+
+
+fi
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_malloc_0_nonnull" >&5
+printf "%s\n" "$ac_cv_func_malloc_0_nonnull" >&6; }
+       if test "$ac_cv_func_malloc_0_nonnull" = yes
+then :
+
+printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h
+
+else $as_nop
+
+               case " $LIBOBJS " in
   *" malloc.$ac_objext "* ) ;;
   *) LIBOBJS="$LIBOBJS malloc.$ac_objext"
  ;;
@@ -18081,19 +18101,12 @@ esac
 
 printf "%s\n" "#define malloc rpl_malloc_unbound" >>confdefs.h
 
-else $as_nop
-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-printf "%s\n" "yes" >&6; }
-
-printf "%s\n" "#define HAVE_MALLOC 1" >>confdefs.h
 
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
 fi
 
 
-       fi
+fi
+
 fi
 
 # check windows threads (we use them, not pthreads, on windows).
index 16bdbc6c29367f903006887146d759285dfdb62e..e6a2fc9234ba5ee0999306a83835681336236413 100644 (file)
@@ -5,6 +5,7 @@
          in the string correctly. Thanks to Jan Komissar.
        - Neaten up the change in acx_nlnetlabs.m4 to version 49.
        - Fix fr_atomic_copy_cfg.
+       - Rebuild configure script from its sources.
 
 29 September 2025: Yorgos
        - Merge #1349: Fix #1346: [FR] Please allow back TLS 1.2.