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