Skip to content

Commit

Permalink
ogr/ogrsf_frmts/generic/GNUmakefile: do not systematically define VFK…
Browse files Browse the repository at this point in the history
…_ENABLED and OSM_ENABLED
  • Loading branch information
rouault committed Apr 20, 2019
1 parent a3bd06c commit 0649c4c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions gdal/ogr/ogrsf_frmts/generic/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ ifeq ($(HAVE_SOSI),yes)
CXXFLAGS := $(CXXFLAGS) -DSOSI_ENABLED
endif

ifeq ($(HAVE_SQLITE),yes)
CXXFLAGS := $(CXXFLAGS) -DVFK_ENABLED
endif

ifeq ($(GEOMEDIA_SETTING),yes)
CXXFLAGS := $(CXXFLAGS) -DGEOMEDIA_ENABLED
endif
Expand All @@ -135,10 +131,6 @@ ifeq ($(HAVE_EXPAT),yes)
CXXFLAGS := $(CXXFLAGS) -DXLSX_ENABLED
endif

ifeq ($(HAVE_SQLITE),yes)
CXXFLAGS := $(CXXFLAGS) -DOSM_ENABLED
endif

ifeq ($(ODBC_SETTING),yes)
CXXFLAGS := $(CXXFLAGS) -DWALK_ENABLED
endif
Expand Down

0 comments on commit 0649c4c

Please sign in to comment.