]> granicus.if.org Git - postgis/commitdiff
Fixed typo in configure.ac
authorDavid Zwarg <dzwarg@azavea.com>
Wed, 8 Feb 2012 00:29:21 +0000 (00:29 +0000)
committerDavid Zwarg <dzwarg@azavea.com>
Wed, 8 Feb 2012 00:29:21 +0000 (00:29 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9089 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index edd3ccc4f6ae7b43ee9535665c21880dae8cae42..ec6e50c782b36947420438241ec4f50d28df8db1 100644 (file)
@@ -811,7 +811,7 @@ if test "x$with_topology" != "xno"; then
 
     TOPOLOGY="topology"
     AC_MSG_RESULT([TOPOLOGY: Topology support requested])
-       if test $GEOS_NUMERIC_VERSION -lt 332; then
+       if test "$GEOS_NUMERIC_VERSION" -lt 332; then
                AC_MSG_ERROR([Topology requires GEOS version >= 3.3.2. Use --without-topology or install a newer GEOS.])
        fi
 else
@@ -1062,14 +1062,14 @@ AC_MSG_RESULT([  dblatex:              ${DBLATEX}])
 AC_MSG_RESULT([  convert:              ${IMAGEMAGICK}])
 AC_MSG_RESULT()
 
-if test $GEOS_NUMERIC_VERSION -lt 332; then
+if test "$GEOS_NUMERIC_VERSION" -lt 332; then
 AC_MSG_RESULT([ --------- GEOS VERSION NOTICE ------------ ])
 AC_MSG_RESULT([  You are building against GEOS ${GEOS_FULL_VERSION} ])
 AC_MSG_RESULT([  To take advantage of all the features of ])
 AC_MSG_RESULT([  PostGIS we recommend you build using ])
 AC_MSG_RESULT([  GEOS 3.3.2 or higher. You can download ])
-AC_MSG_RESULT([  the latest versions from )]
-AC_MSG_RESULT([  http://trac.osgeo.org/geos )]
+AC_MSG_RESULT([  the latest versions from ])
+AC_MSG_RESULT([  http://trac.osgeo.org/geos ])
 AC_MSG_RESULT()
 fi