diff --git a/src/modules/sybase/configure.in b/src/modules/sybase/configure.in
index 35003e95870ebbd326c296a3fd8d191dc42b95e5..be957663f9810b3994c77c6838ef57c6a8958acf 100755
--- a/src/modules/sybase/configure.in
+++ b/src/modules/sybase/configure.in
@@ -14,7 +14,7 @@ OLD_LDFLAGS="$LDFLAGS"
 
 AC_ARG_WITH(sybase,
     [  --with(out)-sybase               Include the Sybase database driver],
-    [with_sybase=no],[with_sybase=yes])
+    [],[with_sybase=yes])
 AC_ARG_WITH(sybase-include-dir,
     [  --with-sybase-include-dir        Sybase headers directory location],
     [pike_sybase_include_dir=$withval])