[Liblas-commits] r1029 - trunk

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Feb 16 21:40:17 EST 2009


Author: hobu
Date: Mon Feb 16 21:40:16 2009
New Revision: 1029
URL: http://liblas.org/changeset/1029

Log:
fix #96, check for ST_Create in libgeotiff instead of XTIFFClientOpen

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Mon Feb 16 21:40:16 2009
@@ -156,9 +156,9 @@
 
     GEOTIFF_CONFIG=external
 
-    dnl We now require libgeotiff 1.2.1 (for XTIFFClientOpen). 
+    dnl We now require libgeotiff 1.2.5 (for ST_Create the simpletags stuff). 
     dnl first check if $with_geotiff/lib has the library:
-    AC_CHECK_LIB([geotiff], [XTIFFClientOpen],
+    AC_CHECK_LIB([geotiff], [ST_Create],
                  [GEOTIFF_CONFIG=external], [GEOTIFF_CONFIG=no],
                  [-L$with_geotiff/lib])
 fi


More information about the Liblas-commits mailing list