[Liblas-commits] r1071 - trunk/src
liblas-commits at liblas.org
liblas-commits at liblas.org
Wed Feb 25 00:41:25 EST 2009
Author: hobu
Date: Wed Feb 25 00:41:25 2009
New Revision: 1071
URL: http://liblas.org/changeset/1071
Log:
Fix #98, LASSRS not compiling without geotiff or GDAL
Modified:
trunk/src/lassrs.cpp
Modified: trunk/src/lassrs.cpp
==============================================================================
--- trunk/src/lassrs.cpp (original)
+++ trunk/src/lassrs.cpp Wed Feb 25 00:41:25 2009
@@ -69,6 +69,7 @@
{
+#ifdef HAVE_LIBGEOTIFF
if (m_gtiff)
{
GTIFFree(m_gtiff);
@@ -79,7 +80,7 @@
ST_Destroy(m_tiff);
m_tiff = NULL;
}
-
+#endif
}
More information about the Liblas-commits
mailing list