From 24713ca7b86b409a4cf6fecef024d3f1178f6996 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Mon, 20 Sep 2004 12:12:01 +0000 Subject: [PATCH] * configure.in: Ensure that $CC and $CPP are correctly passed through to the pcre configure script if config caching is disabled (the autoconf 2.5x default). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105210 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.in b/configure.in index 71aa50f4035..109335280d5 100644 --- a/configure.in +++ b/configure.in @@ -116,6 +116,10 @@ dnl PCRE and for our config tests will be whatever PCRE determines. AC_PROG_CC AC_PROG_CPP +# Likewise, ensure that CC and CPP are passed through to the pcre +# configure script if caching is disabled (the autoconf 2.5x default). +export CC; export CPP + echo $ac_n "${nl}Configuring PCRE regular expression library ...${nl}" APR_SUBDIR_CONFIG(srclib/pcre, -- 2.47.2