summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-05-27 14:02:29 +0000
committerAndrey Hristov <andrey@php.net>1999-05-27 14:02:29 +0000
commita5138d2724e8228a2c82c7579338db1bed79ac5f (patch)
tree8c5a29f3fb4814eb84e220188d930673f820fc50
parente10e4dbe103cf9b1dfdbc338e338e33cd46a17d7 (diff)
downloadphp-git-a5138d2724e8228a2c82c7579338db1bed79ac5f.tar.gz
We don't need those there.
-rw-r--r--ext/pcre/config.m42
-rw-r--r--ext/pcre/config0.m42
2 files changed, 0 insertions, 4 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4
index ab1d7dc309..6c6806ed41 100644
--- a/ext/pcre/config.m4
+++ b/ext/pcre/config.m4
@@ -12,7 +12,6 @@ AC_ARG_WITH(pcre-regex,
AC_MSG_RESULT(no) ;;
yes)
EXTRA_LIBS="-Lext/pcre/pcrelib -lpcre $EXTRA_LIBS"
- dnl INCLUDES="-Iext/pcre/pcrelib $INCLUDES"
PCRE_SUBDIR="pcrelib"
AC_DEFINE(HAVE_PCRE, 1)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1)
@@ -36,7 +35,6 @@ AC_ARG_WITH(pcre-regex,
esac
],[
EXTRA_LIBS="-Lext/pcre/pcrelib -lpcre $EXTRA_LIBS"
-dnl INCLUDES="-Iext/pcre/pcrelib $INCLUDES"
PCRE_SUBDIR="pcrelib"
AC_DEFINE(HAVE_PCRE, 1)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1)
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4
index ab1d7dc309..6c6806ed41 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -12,7 +12,6 @@ AC_ARG_WITH(pcre-regex,
AC_MSG_RESULT(no) ;;
yes)
EXTRA_LIBS="-Lext/pcre/pcrelib -lpcre $EXTRA_LIBS"
- dnl INCLUDES="-Iext/pcre/pcrelib $INCLUDES"
PCRE_SUBDIR="pcrelib"
AC_DEFINE(HAVE_PCRE, 1)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1)
@@ -36,7 +35,6 @@ AC_ARG_WITH(pcre-regex,
esac
],[
EXTRA_LIBS="-Lext/pcre/pcrelib -lpcre $EXTRA_LIBS"
-dnl INCLUDES="-Iext/pcre/pcrelib $INCLUDES"
PCRE_SUBDIR="pcrelib"
AC_DEFINE(HAVE_PCRE, 1)
AC_DEFINE(HAVE_BUNDLED_PCRE, 1)