[Liblas-commits] r1098 - trunk
liblas-commits at liblas.org
liblas-commits at liblas.org
Fri Mar 13 00:30:39 EDT 2009
Author: hobu
Date: Fri Mar 13 00:30:38 2009
New Revision: 1098
URL: http://liblas.org/changeset/1098
Log:
try again on r1097
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Fri Mar 13 00:30:38 2009
@@ -188,7 +188,7 @@
GEOTIFF_INC="-I$with_geotiff/include/geotiff"
AC_MSG_RESULT([yes])
elif test -f ${with_gdal}/frmts/gtiff/libgeotiff/geo_simpletags.h ; then
- GEOTIFF_INC="-I$with_gdal/include/geotiff -I$with_gdal/frmts/gtiff/libtiff"
+ GEOTIFF_INC="-I$with_gdal/frmts/gtiff/libgeotiff/ -I$with_gdal/frmts/gtiff/libtiff""
AC_MSG_RESULT([yes, from GDAL])
else
GEOTIFF_CONFIG="no"
More information about the Liblas-commits
mailing list