--- configure.ac	2016-04-10 23:22:01.000000000 -0300
+++ configure.ac.new	2016-05-09 03:21:01.490576542 -0300
@@ -505,12 +505,13 @@ dnl
 dnl Search engines - SQUAT
 dnl
 
-enable_squat=yes
 AC_ARG_ENABLE(squat,
-        [  --disable-squat         disable Squat support])
-if test "x$enable_squat" != xno ; then
-    AC_DEFINE(USE_SQUAT,[],[Build in Squat support?])
+    [AS_HELP_STRING([--disable-squat], [disable Squat support])],,[enable_squat="yes";])
+
+if test "$enable_squat" != "no"; then
+    AC_DEFINE(USE_SQUAT,[],[Build in Sieve support?])
 fi
+
 AM_CONDITIONAL([USE_SQUAT], [test "${enable_squat}" != "no"])
 
 dnl
