[Liblas-commits] r1244 - trunk/include/liblas

liblas-commits at liblas.org liblas-commits at liblas.org
Mon Apr 20 14:05:24 EDT 2009


Author: hobu
Date: Mon Apr 20 14:05:23 2009
New Revision: 1244
URL: http://liblas.org/changeset/1244

Log:
fix botched r1242 commit

Modified:
   trunk/include/liblas/lasspatialreference.hpp

Modified: trunk/include/liblas/lasspatialreference.hpp
==============================================================================
--- trunk/include/liblas/lasspatialreference.hpp	(original)
+++ trunk/include/liblas/lasspatialreference.hpp	Mon Apr 20 14:05:23 2009
@@ -65,7 +65,7 @@
 #endif
 
 // GeoTIFF
-#if !defined(LIBGEOTIFF_VERSION) && !defined(HAVE_LIBGEOTIFF) 
+#ifdef HAVE_LIBGEOTIFF
 #include <geotiff.h>
 #include <geo_simpletags.h>
 #include <geo_normalize.h>
@@ -79,7 +79,7 @@
 #include <string>
 
 // Fake out the compiler if we don't have libgeotiff
-#ifndef HAVE_LIBGEOTIFF
+#if !defined(LIBGEOTIFF_VERSION) && !defined(HAVE_LIBGEOTIFF) 
 typedef struct GTIFS *GTIF;
 typedef struct ST_TIFFS *ST_TIFF;
 #endif


More information about the Liblas-commits mailing list