typos: surictsc -> suricatasc

Reported by Markus Lude on the mailing list.
pull/2086/head
Jason Ish 10 years ago committed by Victor Julien
parent b77d307272
commit baf528e751

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

Loading…
Cancel
Save