Skip to content

Commit

Permalink
Fixed --with-gdalconfig parameter as per ticket #1167.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/postgis/trunk@7950 b70326c6-7e19-0410-871a-916f4a2858ee
  • Loading branch information
Bborie Park committed Oct 5, 2011
1 parent a3abb76 commit c577cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ if test "x$RASTER" = "xraster"; then dnl # {
GDAL_MIN_VERSION=1.6.0
GDAL_MIN_VERSION_NUMBER=160 dnl TODO: Use GDAL version calculation MAJOR*1000+MINOR*100+REV*10+BUILD

AC_ARG_WITH([gdal],
AC_ARG_WITH([gdalconfig],
AC_HELP_STRING([--with-gdalconfig=@<:@ARG@:>@],[specify location of gdal-config (ARG=path)]),
[GDAL_CONFIG="$withval"], [GDAL_CONFIG=""])

Expand Down

0 comments on commit c577cad

Please sign in to comment.