summaryrefslogtreecommitdiff
path: root/ext/pcre/pcre.c
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-05-27 13:59:39 +0000
committerAndrey Hristov <andrey@php.net>1999-05-27 13:59:39 +0000
commite10e4dbe103cf9b1dfdbc338e338e33cd46a17d7 (patch)
treef183745017dd1295eed81abbbbf3f9912cc62c30 /ext/pcre/pcre.c
parent96434e48996edd62398643505a7d8e483d1d930e (diff)
downloadphp-git-e10e4dbe103cf9b1dfdbc338e338e33cd46a17d7.tar.gz
Really fix the configuration now so that it's possible to compile both
against the bundled PCRE library and the one external to the source tree. Crossing my fingers while Zeev compiles this. :)
Diffstat (limited to 'ext/pcre/pcre.c')
-rw-r--r--ext/pcre/pcre.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/pcre/pcre.c b/ext/pcre/pcre.c
index d9dd6c1457..791a913545 100644
--- a/ext/pcre/pcre.c
+++ b/ext/pcre/pcre.c
@@ -29,11 +29,9 @@
/* $Id$ */
-/* Get PCRE library from ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ */
-
#include "php.h"
-#if HAVE_LIBPCRE
+#if HAVE_PCRE
#include "php_pcre.h"