]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: fix typo in libjansson warning message
authorVictor Julien <victor@inliniac.net>
Mon, 17 Feb 2014 09:56:13 +0000 (10:56 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 25 Feb 2014 18:37:47 +0000 (19:37 +0100)
configure.ac

index f7537a6e32c17879cdb0fc9265cba0dc03f62e62..4196c868c54a6b5b5c89657b1ae913c08e97b3b0 100644 (file)
         if test "$JANSSON" = "no"; then
             echo
             echo "   Jansson >= 2.2 is required for features like unix socket"
-            echo "   Go get it from your distribution of from:"
+            echo "   Go get it from your distribution or from:"
             echo "     http://www.digip.org/jansson/"
             echo
            if test "x$enable_unixsocket" = "xyes"; then
         if test "x$enable_unixsocket" = "xyes"; then
             echo
             echo "   Jansson >= 2.2 is required for features like unix socket"
-            echo "   Go get it from your distribution of from:"
+            echo "   Go get it from your distribution or from:"
             echo "     http://www.digip.org/jansson/"
             echo
             exit 1