aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-23 09:25:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-23 09:25:06 +0000
commit5603cef9f2755f0826933e78f4e511bdc47d16b2 (patch)
tree49ff20550b874530e3e9ae8ca76219618cda97be /version_info.c
parentb213104006167e21211f7aed20754cd573c7bff0 (diff)
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.c4
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