From: Eric Leblond Date: Tue, 20 Nov 2012 09:09:48 +0000 (+0100) Subject: configure: fix indent X-Git-Tag: suricata-1.4rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef45f7dac408664343843fed922d8d786437e3d9;p=thirdparty%2Fsuricata.git configure: fix indent --- diff --git a/configure.ac b/configure.ac index 7a04a4ebf9..9d07c0f8bb 100644 --- a/configure.ac +++ b/configure.ac @@ -551,8 +551,8 @@ AC_INIT(configure.ac) if test "$JANSSON" = "no"; then echo echo " Jansson is required for features like unix socket" - echo " Go get it from your distribution of from:" - echo " http://www.digip.org/jansson/" + echo " Go get it from your distribution of from:" + echo " http://www.digip.org/jansson/" echo enable_unixsocket="no" enable_jansson="no"