[Fwd: ]

ender at UPSTATE-CA.COM ender at UPSTATE-CA.COM
Fri Feb 25 09:48:27 EST 2005


I don't know if anyone else has caught this when including geos with
mapserver, but configure has an error when calling geos-config.  It is
present in 4.4.0, and 4.4.1.  Maybe even before...

configure.in currently:
1010:  GEOS_INCDIR=`$GEOS_CONFIG --include`
1034:  GEOS_INCDIR=`$GEOS_CONFIG --include`

these should be:
1010:  GEOS_INCDIR=`$GEOS_CONFIG --includes`
1034:  GEOS_INCDIR=`$GEOS_CONFIG --includes`

I keep having to fix the configure.in and run autoconf.  Just thought this
might be able to be fixed before 4.4.2.

-Aaron Stafford



More information about the mapserver-dev mailing list