[Liblas-commits] r1237 - trunk/include/liblas
liblas-commits at liblas.org
liblas-commits at liblas.org
Sun Apr 19 01:03:42 EDT 2009
Author: hobu
Date: Sun Apr 19 01:03:42 2009
New Revision: 1237
URL: http://liblas.org/changeset/1237
Log:
LIBGEOTIFF_VERSION is never defined by any of our configuration stuff. What was the thought here?
Modified:
trunk/include/liblas/lasspatialreference.hpp
Modified: trunk/include/liblas/lasspatialreference.hpp
==============================================================================
--- trunk/include/liblas/lasspatialreference.hpp (original)
+++ trunk/include/liblas/lasspatialreference.hpp Sun Apr 19 01:03:42 2009
@@ -79,7 +79,7 @@
#include <string>
// Fake out the compiler if we don't have libgeotiff
-#if !defined(LIBGEOTIFF_VERSION) && !defined(HAVE_LIBGEOTIFF)
+#ifndef HAVE_LIBGEOTIFF
typedef struct GTIFS *GTIF;
typedef struct ST_TIFFS *ST_TIFF;
#endif
More information about the Liblas-commits
mailing list