]> granicus.if.org Git - postgis/commitdiff
Fixed handling of bogus geos-1.0
authorSandro Santilli <strk@keybit.net>
Thu, 1 Dec 2005 15:50:33 +0000 (15:50 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 1 Dec 2005 15:50:33 +0000 (15:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2117 b70326c6-7e19-0410-871a-916f4a2858ee

configure.in

index fed76c5ee15e5d4263686e9cb69088bc8fafcb28..bff8bb1b054021a2debbfee16ea44259e032c059 100644 (file)
@@ -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