aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-10-05 23:02:31 +0000
committerGerald Combs <gerald@wireshark.org>2011-10-05 23:02:31 +0000
commitd40223b6fb46b4b65b9139a76c81777e6f35b3c4 (patch)
treeed06559cb8260c8ff6c3c7aaa99a20c3188750da /Makefile.nmake
parent9040abb68d7b60bfb274434a89e1ea9abfbc0b8e (diff)
Add a HAVE_GEOIP_V6 configuration option and enable it by default.
svn path=/trunk/; revision=39283
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 3e52114e08..fa08c658ae 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -382,6 +382,7 @@ config.h : config.h.win32 config.nmake
-e "s/@PORTAUDIO_API_1@/$(PORTAUDIO_API_CONFIG)/" \
-e "s/@HAVE_SMI@/$(SMI_CONFIG)/" \
-e "s/@HAVE_GEOIP@/$(GEOIP_CONFIG)/" \
+ -e "s/@HAVE_GEOIP_V6@/$(GEOIP_V6_CONFIG)/" \
-e "s/@INET6@/$(INET6_CONFIG)/" \
-e "s/@HAVE_NTDDNDIS_H@/$(NTDDNDIS_CONFIG)/" \
-e "s/@PCAP_NG_DEFAULT@/$(PCAP_NG_DEFAULT)/" \