diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-23 09:25:06 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2011-08-23 09:25:06 +0000 |
commit | 5603cef9f2755f0826933e78f4e511bdc47d16b2 (patch) | |
tree | 49ff20550b874530e3e9ae8ca76219618cda97be /version_info.c | |
parent | b213104006167e21211f7aed20754cd573c7bff0 (diff) | |
download | wireshark-5603cef9f2755f0826933e78f4e511bdc47d16b2.tar.gz wireshark-5603cef9f2755f0826933e78f4e511bdc47d16b2.tar.bz2 wireshark-5603cef9f2755f0826933e78f4e511bdc47d16b2.zip |
Remove support for libpcre, we use GRegex in GLib.
svn path=/trunk/; revision=38683
Diffstat (limited to 'version_info.c')
-rw-r--r-- | version_info.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/version_info.c b/version_info.c index f4c880f3d8..7a4f62b018 100644 --- a/version_info.c +++ b/version_info.c @@ -37,10 +37,6 @@ #include <zlib.h> /* to get the libz version number */ #endif -#ifdef HAVE_LIBPCRE -#include <pcre.h> /* to get the libpcre version number */ -#endif /* HAVE_LIBPCRE */ - #ifdef HAVE_SYS_UTSNAME_H #include <sys/utsname.h> #endif |