Searched refs:with_pcre (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/apache-793/httpd/
H A Dconfigure963 with_pcre
6050 if test "${with_pcre+set}" = set; then :
6051 withval=$with_pcre;
6096 if test -d "$with_pcre" && test -x "$with_pcre/bin/pcre-config"; then
6097 PCRE_CONFIG=$with_pcre/bin/pcre-config
6098 elif test -x "$with_pcre"; then
6099 PCRE_CONFIG=$with_pcre
H A Dconfigure.orig963 with_pcre
6050 if test "${with_pcre+set}" = set; then :
6051 withval=$with_pcre;
6096 if test -d "$with_pcre" && test -x "$with_pcre/bin/pcre-config"; then
6097 PCRE_CONFIG=$with_pcre/bin/pcre-config
6098 elif test -x "$with_pcre"; then
6099 PCRE_CONFIG=$with_pcre

Completed in 245 milliseconds