From: Sandro Santilli Date: Thu, 1 Dec 2005 15:50:33 +0000 (+0000) Subject: Fixed handling of bogus geos-1.0 X-Git-Tag: pgis_1_1_0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9164691087523efdc9155d0f1d94637e13812da4;p=postgis Fixed handling of bogus geos-1.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@2117 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.in b/configure.in index fed76c5ee..bff8bb1b0 100644 --- a/configure.in +++ b/configure.in @@ -180,8 +180,8 @@ if test $USE_GEOS -gt 0; then GEOS_DIR=`$GEOSCONFIG --prefix` GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1` if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then - GEOS_MAJOR = 1 - GEOS_MINOR = 0 + GEOS_MAJOR=1 + GEOS_MINOR=0 else GEOS_MINOR=`$GEOSCONFIG --version | cut -d. -f2` fi