]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove debug output.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Mar 2021 09:31:46 +0000 (10:31 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Mar 2021 09:31:46 +0000 (10:31 +0100)
acx_nlnetlabs.m4
configure

index 064202c6923a788856cb68e20a1de9210cdeb12c..dd8d8c32985153b7e95aa0101cf07aeea24beb5f 100644 (file)
@@ -2,7 +2,8 @@
 # Copyright 2009, Wouter Wijngaards, NLnet Labs.   
 # BSD licensed.
 #
-# Version 37
+# Version 38
+# 2021-03-24 fix ACX_FUNC_DEPRECATED to use CPPFLAGS and CFLAGS.
 # 2021-01-05 fix defun for aclocal
 # 2021-01-05 autoconf 2.70 autoupdate and fixes, no AC_TRY_COMPILE
 # 2020-08-24 Use EVP_sha256 instead of HMAC_Update (for openssl-3.0.0).
@@ -888,10 +889,6 @@ AC_CACHE_VAL(cv_cc_deprecated_$cache,
 [
 echo '$3' >conftest.c
 echo 'void f(){ $2 }' >>conftest.c
-echo "deprecation test for $1 results in"
-echo "`$CC $CPPFLAGS $CFLAGS -c conftest.c 2>&1 `"
-echo "and from the commandline"
-$CC $CPPFLAGS $CFLAGS -c conftest.c
 if test -z "`$CC $CPPFLAGS $CFLAGS -c conftest.c 2>&1 | grep -e deprecated -e unavailable`"; then
 eval "cv_cc_deprecated_$cache=no"
 else
index 0199097db556704d807967098707f52163ec3b27..ab4be4f36b1bfd347f9e62e5e55c328c6949a6d5 100755 (executable)
--- a/configure
+++ b/configure
@@ -20152,10 +20152,6 @@ echo '
 #include <unistd.h>
 ' >conftest.c
 echo 'void f(){ (void)daemon(0, 0); }' >>conftest.c
-echo "deprecation test for daemon results in"
-echo "`$CC $CPPFLAGS $CFLAGS -c conftest.c 2>&1 `"
-echo "and from the commandline"
-$CC $CPPFLAGS $CFLAGS -c conftest.c
 if test -z "`$CC $CPPFLAGS $CFLAGS -c conftest.c 2>&1 | grep -e deprecated -e unavailable`"; then
 eval "cv_cc_deprecated_$cache=no"
 else