Changeset 631:e5900b6b871f


Ignore:
Timestamp:
05/09/08 20:51:22 (2 years ago)
Author:
Howard Butler <hobu.inc@…>
Branch:
default
Convert:
svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@698
Message:

fix up libgeotiff detection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r627 r631  
    105105AC_ARG_WITH(geotiff,[  --with-geotiff=ARG    Libgeotiff library to use (yes or path)],,) 
    106106AC_MSG_CHECKING([for libgeotiff]) 
     107 
     108GEOTIFF_CONFIG="no" 
    107109if test "$with_geotiff" = "no" -o "$with_geotiff" = "" ; then 
    108   GEOTIFF_CONFIG="no" 
     110 
    109111  AC_MSG_RESULT([no]) 
    110112 
     
    161163LOC_MSG([  C++ compiler.............: ${CXX} ${CXXFLAGS}]) 
    162164LOC_MSG([  Debugging support........: ${enable_debug}]) 
    163 LOC_MSG([  GDAL support........: ${GDAL_CONFIG}]) 
    164 LOC_MSG([  GeoTIFF SRS support........: ${GEOTIFF_CONFIG}]) 
     165LOC_MSG([  GDAL support.............: ${GDAL_CONFIG} ${GDAL_INC}]) 
     166LOC_MSG([  GeoTIFF SRS support......: ${GEOTIFF_CONFIG} ${GEOTIFF_INC}]) 
     167LOC_MSG() 
     168LOC_MSG([  LIBS.....................: ${LIBS}]) 
    165169 
    166170LOC_MSG() 
Note: See TracChangeset for help on using the changeset viewer.