configure: fix typo in libjansson warning message

pull/849/head
Victor Julien 12 years ago
parent 4e561d6b20
commit 42227e8713

@ -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

Loading…
Cancel
Save