From 42227e8713d9d5cb72da6d4f2bcf5e17c0a00323 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 17 Feb 2014 10:56:13 +0100 Subject: [PATCH] configure: fix typo in libjansson warning message --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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