Changeset 1581:8543907abbcc


Ignore:
Timestamp:
02/16/10 06:27:21 (5 months ago)
Author:
Howard Butler <hobu.inc@…>
Branch:
default
Message:

don't build las2oci if we have OCI but not spatialindex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/Makefile.am

    r1279 r1581  
    1212 
    1313if OCI_IS_CONFIG 
     14if SPATIALINDEX_IS_CONFIG 
    1415OCI_CPPFLAGS = @ORACLE_OCI_CFLAGS@ -DHAVE_ORACLE=1 
     16endif 
    1517endif 
    1618 
     
    3739if OCI_IS_CONFIG  
    3840if GDAL_IS_CONFIG 
     41if SPATIALINDEX_IS_CONFIG 
    3942AM_CPPFLAGS += -Igeoraster 
    4043las2oci_SOURCES = las2oci.cpp oci_wrapper.cpp 
    4144bin_PROGRAMS += las2oci 
     45endif 
    4246endif 
    4347endif 
Note: See TracChangeset for help on using the changeset viewer.