Changeset 627:f7756168fa9a


Ignore:
Timestamp:
05/09/08 13:46:28 (2 years ago)
Author:
Frank Warmerdam <warmerdam@…>
Branch:
default
Convert:
svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@694
Message:

fixup GEOTIFF_INC setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r621 r627  
    122122    LIBS="-L$with_geotiff/lib -lgeotiff $LIBS" 
    123123    if test  -d $with_geotiff/include ; then 
    124       GEOTIFF_INC = "-I$with_geotiff/include" 
     124      GEOTIFF_INC="-I$with_geotiff/include" 
    125125      AC_MSG_RESULT([using libgeotiff from $with_geotiff/include])  
    126126    fi 
Note: See TracChangeset for help on using the changeset viewer.