From 484f0c6243b48ce03f16adcd611fe328f2031d76 Mon Sep 17 00:00:00 2001 From: jobi Date: Fri, 13 Feb 2004 16:26:06 +0000 Subject: [PATCH] fixed bug that spit is enable although postgresql unavailable git-svn-id: http://svn.osgeo.org/qgis/trunk@821 c8812cc2-4d05-0410-92ff-de0c093fc19c --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 118d255f602..161ee2d8ebe 100644 --- a/configure.in +++ b/configure.in @@ -99,7 +99,7 @@ AC_ARG_ENABLE(spit, AC_MSG_CHECKING([for SPIT]) if test x"$ac_spit" = "xyes"; then - if test x"$with_pg" = "xyes" -o x"$with_pg" = "x" ; then + if test x"$ac_postgresql" = "xyes"; then AC_MSG_RESULT([yes]) else ac_spit="no"