[Liblas-commits] r1092 - trunk
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Mar 11 22:34:23 EDT 2009
Author: hobu
Date: Wed Mar 11 22:34:22 2009
New Revision: 1092
URL: http://liblas.org/changeset/1092
Log:
attempt to fix #100 by pulling in libtiff's header location
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Mar 11 22:34:22 2009
@@ -120,7 +120,7 @@
AC_MSG_RESULT([GDAL enabled with provided gdal-config])
GDAL_CONFIG="$with_gdal"
elif test -f ${with_gdal}/frmts/gtiff/libgeotiff/geotiff.h; then
- GEOTIFF_INC="-I$with_geotiff/include/geotiff"
+ GEOTIFF_INC="-I$with_geotiff/include/geotiff -I$with_geotiff/frmts/gtiff/libtiff/"
GDAL_INC="-I$with_gdal/port -I$with_gdal/ogr -I$with_gdal/alg -I$with_gdal/frmts"
GDAL_PREFIX="$with_gdal"
HAVE_GDAL="yes"
More information about the Liblas-commits
mailing list