From: W.C.A. Wijngaards Date: Wed, 24 Mar 2021 09:31:46 +0000 (+0100) Subject: remove debug output. X-Git-Tag: release-1.13.2rc1~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d199d4a7b5c286e8050a9731bdda4ffa2a9932b;p=thirdparty%2Funbound.git remove debug output. --- diff --git a/acx_nlnetlabs.m4 b/acx_nlnetlabs.m4 index 064202c69..dd8d8c329 100644 --- a/acx_nlnetlabs.m4 +++ b/acx_nlnetlabs.m4 @@ -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 diff --git a/configure b/configure index 0199097db..ab4be4f36 100755 --- a/configure +++ b/configure @@ -20152,10 +20152,6 @@ echo ' #include ' >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