pkubat / rpms / postgis

Forked from rpms/postgis 5 years ago
Clone
a628dc6
--- configure.old	2006-12-25 14:39:26.000000000 +0200
a628dc6
+++ configure	2006-12-25 14:39:35.000000000 +0200
a628dc6
@@ -4609,13 +4609,6 @@
a628dc6
 	GEOS_DIR=`$GEOSCONFIG --prefix`
a628dc6
 
a628dc6
 	GEOS_LDFLAGS=`$GEOSCONFIG --ldflags 2> /dev/null`
a628dc6
-	if test x"$GEOS_LDFLAGS" = "x"; then
a628dc6
-		# older geos-config versions did not
a628dc6
-		# support the --ldflags switch, we'll
a628dc6
-		# default to GEOS_DIR/lib in this case.
a628dc6
-		#
a628dc6
-		GEOS_LDFLAGS="$GEOS_DIR/lib"
a628dc6
-	fi
a628dc6
 
a628dc6
 	GEOS_MAJOR=`$GEOSCONFIG --version | cut -d. -f1`
a628dc6
 	if test "$GEOS_MAJOR" = "@GEOS_VERSION@"; then