configure: fix typo in libjansson warning message

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

@ -615,7 +615,7 @@
if test "$JANSSON" = "no"; then if test "$JANSSON" = "no"; then
echo echo
echo " Jansson >= 2.2 is required for features like unix socket" 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 " http://www.digip.org/jansson/"
echo echo
if test "x$enable_unixsocket" = "xyes"; then if test "x$enable_unixsocket" = "xyes"; then
@ -640,7 +640,7 @@
if test "x$enable_unixsocket" = "xyes"; then if test "x$enable_unixsocket" = "xyes"; then
echo echo
echo " Jansson >= 2.2 is required for features like unix socket" 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 " http://www.digip.org/jansson/"
echo echo
exit 1 exit 1

Loading…
Cancel
Save