[Liblas-commits] hg: Added missing gdal/gcore to includes - required if geotiff c...

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Oct 22 19:38:15 EDT 2009


changeset a94df377b7e1 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=a94df377b7e1
summary: Added missing gdal/gcore to includes - required if geotiff configured from GDAL source tree.

diffstat:

 configure.ac |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 85d014e3b92f -r a94df377b7e1 configure.ac
--- a/configure.ac	Thu Oct 22 15:40:01 2009 -0500
+++ b/configure.ac	Fri Oct 23 00:33:51 2009 +0100
@@ -121,7 +121,7 @@
         AC_MSG_RESULT([GDAL enabled with provided gdal-config])
         GDAL_CONFIG="$with_gdal"
     elif test -f ${with_gdal}/frmts/gtiff/libgeotiff/geotiff.h; then
-        GDAL_INC="-I$with_gdal/port -I$with_gdal/ogr -I$with_gdal/alg -I$with_gdal/frmts"
+        GDAL_INC="-I$with_gdal/port -I$with_gdal/ogr -I$with_gdal/alg -I$with_gdal/gcore -I$with_gdal/frmts "
         GDAL_PREFIX="$with_gdal"
         HAVE_GDAL="yes"
         HAVE_GEOTIFF="yes"


More information about the Liblas-commits mailing list