From: Victor Julien Date: Mon, 17 Feb 2014 09:56:13 +0000 (+0100) Subject: configure: fix typo in libjansson warning message X-Git-Tag: suricata-2.0rc2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42227e8713d9d5cb72da6d4f2bcf5e17c0a00323;p=thirdparty%2Fsuricata.git configure: fix typo in libjansson warning message --- diff --git a/configure.ac b/configure.ac index f7537a6e32..4196c868c5 100644 --- a/configure.ac +++ b/configure.ac @@ -615,7 +615,7 @@ 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 @@ -640,7 +640,7 @@ 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