From d58ac27c569f8cb507c23a0cf0e54dc1aa546646 Mon Sep 17 00:00:00 2001 From: David Zwarg Date: Wed, 8 Feb 2012 00:29:21 +0000 Subject: [PATCH] Fixed typo in configure.ac git-svn-id: http://svn.osgeo.org/postgis/trunk@9089 b70326c6-7e19-0410-871a-916f4a2858ee --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index edd3ccc4f..ec6e50c78 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.40.0