mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Travis, deprecation test also checks if item unavailable.
This commit is contained in:
parent
e18c4f53aa
commit
5644036ffd
2 changed files with 2 additions and 2 deletions
|
|
@ -892,7 +892,7 @@ 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 deprecated`"; then
|
||||
if test -z "`$CC $CPPFLAGS $CFLAGS -c conftest.c 2>&1 | grep -e deprecated -e unavailable`"; then
|
||||
eval "cv_cc_deprecated_$cache=no"
|
||||
else
|
||||
eval "cv_cc_deprecated_$cache=yes"
|
||||
|
|
|
|||
2
configure
vendored
2
configure
vendored
|
|
@ -20155,7 +20155,7 @@ 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 deprecated`"; then
|
||||
if test -z "`$CC $CPPFLAGS $CFLAGS -c conftest.c 2>&1 | grep -e deprecated -e unavailable`"; then
|
||||
eval "cv_cc_deprecated_$cache=no"
|
||||
else
|
||||
eval "cv_cc_deprecated_$cache=yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue