diff options
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake index 8501629511..6a6955b6aa 100644 --- a/config.nmake +++ b/config.nmake @@ -206,7 +206,7 @@ ADNS_DIR=$(WIRESHARK_LIBS)\adns-1.0-win32-05 # If you don't have PCRE, comment this line out, so that PCRE_DIR # isn't defined. # -PCRE_DIR=$(WIRESHARK_LIBS)\pcre-6.4 +PCRE_DIR=$(WIRESHARK_LIBS)\pcre-7.0 # # Optional: the GNUTLS library enables ssl decryption. |