aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-18 01:29:56 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-18 01:29:56 +0000
commita9e185a0621effbceb5b1b703d24d864955050d3 (patch)
tree05a3882e4b38cb7c32b9ef4fd675b4731c29abb3
parentb33e11a0e9c5e6439baaad51f3c94f91064adafc (diff)
Disable PCRE in the Win32 build. GRegex uses a newer version than we do
and this matches the Win64 configuration. svn path=/trunk/; revision=31304
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index 335dd69e42..49994d6922 100644
--- a/config.nmake
+++ b/config.nmake
@@ -241,7 +241,7 @@ C_ARES_PKG=1.7.0
# If you don't have PCRE, comment this line out, so that PCRE_DIR
# isn't defined.
#
-PCRE_DIR=$(WIRESHARK_LIBS)\pcre-7.0
+#PCRE_DIR=$(WIRESHARK_LIBS)\pcre-7.0
#
# Optional: the GNUTLS library enables ssl decryption.