From: Victor Julien Date: Fri, 11 Oct 2019 10:32:09 +0000 (+0200) Subject: configure: don't print ERROR if we don't exit X-Git-Tag: suricata-5.0.0~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=728d19eaac69ef59d0549ff2708d2ece9ea35edf;p=thirdparty%2Fsuricata.git configure: don't print ERROR if we don't exit --- 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"