[Liblas-commits] r1099 - trunk

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Mar 13 00:35:04 EDT 2009


Author: hobu
Date: Fri Mar 13 00:35:04 2009
New Revision: 1099
URL: http://liblas.org/changeset/1099

Log:
try again on r1098

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Fri Mar 13 00:35:04 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/frmts/gtiff/libgeotiff/ -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