|
|
|
@ -120,14 +120,14 @@
|
|
|
|
if test "x$enable_python" = "xno" ; then
|
|
|
|
if test "x$enable_python" = "xno" ; then
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
echo " Warning! python disabled, you will not be "
|
|
|
|
echo " Warning! python disabled, you will not be "
|
|
|
|
echo " able to install surictasc unix socket client "
|
|
|
|
echo " able to install suricatasc unix socket client "
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
enable_python="no"
|
|
|
|
enable_python="no"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
if test "$HAVE_PYTHON_CONFIG" = "no"; then
|
|
|
|
if test "$HAVE_PYTHON_CONFIG" = "no"; then
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
echo " Warning! python not found, you will not be "
|
|
|
|
echo " Warning! python not found, you will not be "
|
|
|
|
echo " able to install surictasc unix socket client "
|
|
|
|
echo " able to install suricatasc unix socket client "
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
enable_python="no"
|
|
|
|
enable_python="no"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|