Changeset 633:7464a387fcea
- Timestamp:
- 05/09/08 21:23:28 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@700
- File:
-
- 1 edited
-
configure.ac (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r631 r633 73 73 AC_MSG_CHECKING([for GDAL]) 74 74 75 GDAL_CONFIG="no" 75 76 if test "$with_gdal" = "no" -o "$with_gdal" = "" ; then 76 GDAL_CONFIG="no"77 77 AC_MSG_RESULT([no]) 78 dnl AC_PATH_PROG(GDAL_CONFIG, gdal-config, no)79 78 else 80 79 if test "`basename xx/$with_gdal`" = "gdal-config" ; then … … 97 96 fi 98 97 AC_SUBST(GDAL_INC GDAL_PREFIX) 99 AM_CONDITIONAL([GDAL_IS_CONFIG], [test $GDAL_CONFIG !=no])98 AM_CONDITIONAL([GDAL_IS_CONFIG], [test ! x$GDAL_CONFIG = xno]) 100 99 101 100 dnl --------------------------------------------------------------------------- … … 113 112 else 114 113 115 GEOTIFF_ SETTING=external114 GEOTIFF_CONFIG=external 116 115 dnl We now require libgeotiff 1.2.1 (for XTIFFClientOpen). 117 116 dnl first check if $with_geotiff/lib has the library: … … 132 131 133 132 AC_SUBST(GEOTIFF_INC GEOTIFF_PREFIX) 134 AM_CONDITIONAL([GEOTIFF_IS_CONFIG], [test $GEOTIFF_CONFIG !=no])133 AM_CONDITIONAL([GEOTIFF_IS_CONFIG], [test ! x$GEOTIFF_CONFIG = xno]) 135 134 136 135
Note: See TracChangeset
for help on using the changeset viewer.
