fixed bug that spit is enable although postgresql unavailable

git-svn-id: http://svn.osgeo.org/qgis/trunk@821 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jobi 2004-02-13 16:26:06 +00:00
parent 16a61be9af
commit 484f0c6243

View File

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