mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
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:
parent
16a61be9af
commit
484f0c6243
@ -99,7 +99,7 @@ AC_ARG_ENABLE(spit,
|
|||||||
|
|
||||||
AC_MSG_CHECKING([for SPIT])
|
AC_MSG_CHECKING([for SPIT])
|
||||||
if test x"$ac_spit" = "xyes"; then
|
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])
|
AC_MSG_RESULT([yes])
|
||||||
else
|
else
|
||||||
ac_spit="no"
|
ac_spit="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user