Changeset 631:e5900b6b871f
- Timestamp:
- 05/09/08 20:51:22 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@698
- File:
-
- 1 edited
-
configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r627 r631 105 105 AC_ARG_WITH(geotiff,[ --with-geotiff=ARG Libgeotiff library to use (yes or path)],,) 106 106 AC_MSG_CHECKING([for libgeotiff]) 107 108 GEOTIFF_CONFIG="no" 107 109 if test "$with_geotiff" = "no" -o "$with_geotiff" = "" ; then 108 GEOTIFF_CONFIG="no" 110 109 111 AC_MSG_RESULT([no]) 110 112 … … 161 163 LOC_MSG([ C++ compiler.............: ${CXX} ${CXXFLAGS}]) 162 164 LOC_MSG([ Debugging support........: ${enable_debug}]) 163 LOC_MSG([ GDAL support........: ${GDAL_CONFIG}]) 164 LOC_MSG([ GeoTIFF SRS support........: ${GEOTIFF_CONFIG}]) 165 LOC_MSG([ GDAL support.............: ${GDAL_CONFIG} ${GDAL_INC}]) 166 LOC_MSG([ GeoTIFF SRS support......: ${GEOTIFF_CONFIG} ${GEOTIFF_INC}]) 167 LOC_MSG() 168 LOC_MSG([ LIBS.....................: ${LIBS}]) 165 169 166 170 LOC_MSG()
Note: See TracChangeset
for help on using the changeset viewer.
