[Liblas-commits] r1030 - branches/1.0
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Feb 16 21:40:53 EST 2009
Author: hobu
Date: Mon Feb 16 21:40:52 2009
New Revision: 1030
URL: http://liblas.org/changeset/1030
Log:
backport r1029 for fixing #96
Modified:
branches/1.0/configure.ac
Modified: branches/1.0/configure.ac
==============================================================================
--- branches/1.0/configure.ac (original)
+++ branches/1.0/configure.ac Mon Feb 16 21:40:52 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