From ee490c06e7345de738ea09603ae4b6f7eca72d4a Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <li@kinkie.it> Date: Thu, 31 Aug 2000 20:05:03 +0200 Subject: [PATCH] Fixed bug in handling of the --with-sybase configure option. Rev: src/modules/sybase/configure.in:1.4 --- src/modules/sybase/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sybase/configure.in b/src/modules/sybase/configure.in index 35003e9587..be957663f9 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]) -- GitLab