[Liblas-commits] r1314 - trunk

liblas-commits at liblas.org liblas-commits at liblas.org
Sat Jul 25 15:44:12 EDT 2009


Author: hobu
Date: Sat Jul 25 15:44:12 2009
New Revision: 1314
URL: http://liblas.org/changeset/1314

Log:
comment

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Jul 25 15:44:12 2009
@@ -286,6 +286,11 @@
     LIBS="$BOOST_LDFLAGS -lboost_iostreams-gcc40-mt $LIBS"
 fi
 
+dnl #########################################################################
+dnl If GDAL was requested, but geotiff is not configured, complain
+dnl #########################################################################
+
+
 if test "${HAVE_GDAL}" != "no" ; then
 	if test "${GEOTIFF_CONFIG}" = "no" -a "${USE_GDAL_SOURCE_TREE}" != "yes"; then
 		AC_MSG_ERROR([You must configure a libgeotiff if you are using GDAL binaries.  You can configure using a GDAL source tree without libgeotiff, but not from binaries.])


More information about the Liblas-commits mailing list