From 728d19eaac69ef59d0549ff2708d2ece9ea35edf Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 11 Oct 2019 12:32:09 +0200 Subject: [PATCH] configure: don't print ERROR if we don't exit --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ef96ddfc2c..b69fc2edde 100644 --- a/configure.ac +++ b/configure.ac @@ -955,7 +955,7 @@ if test "$NFNL" = "no"; then echo - echo " ERROR! nfnetlink library not found, go get it" + echo " nfnetlink library not found, go get it" echo " from www.netfilter.org." echo " we automatically append libnetfilter_queue/ when searching" echo " for headers etc. when the --with-libnfnetlink-includes directive" @@ -1809,7 +1809,7 @@ if test "$NSPR" = "no"; then echo - echo " ERROR! libnspr library not found, go get it" + echo " libnspr library not found, go get it" echo " from Mozilla or your distribution:" echo echo " Ubuntu: apt-get install libnspr4-dev" @@ -1861,7 +1861,7 @@ if test "$NSS" = "no"; then echo - echo " ERROR! libnss library not found, go get it" + echo " libnss library not found, go get it" echo " from Mozilla or your distribution:" echo echo " Ubuntu: apt-get install libnss3-dev"