]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: fix indent
authorEric Leblond <eric@regit.org>
Tue, 20 Nov 2012 09:09:48 +0000 (10:09 +0100)
committerEric Leblond <eric@regit.org>
Tue, 20 Nov 2012 10:02:06 +0000 (11:02 +0100)
configure.ac

index 7a04a4ebf927981187c7c4c10bfa0565dab2124e..9d07c0f8bb14904493d0949b72f69f35265bd473 100644 (file)
@@ -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"