]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: don't print ERROR if we don't exit
authorVictor Julien <victor@inliniac.net>
Fri, 11 Oct 2019 10:32:09 +0000 (12:32 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 11 Oct 2019 12:56:22 +0000 (14:56 +0200)
configure.ac

index ef96ddfc2c43bb9e09d2ab384197649dce6e7257..b69fc2eddeaedd9eff7339db1b2de338b63eb91e 100644 (file)
 
             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"
 
         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"
 
         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"