Loading configure.in +3 −4 Original line number Diff line number Diff line Loading @@ -222,8 +222,7 @@ fi AC_ARG_WITH(pcre, APACHE_HELP_STRING(--with-pcre=PATH,Use external PCRE library)) if test "$with_pcre" = "" || test "$with_pcre" = "yes"; then if test "x$with_pcre" = "x" || test "$with_pcre" = "yes"; then with_pcre="$PATH" else with_pcre="$with_pcre/bin:$with_pcre" Loading Loading
configure.in +3 −4 Original line number Diff line number Diff line Loading @@ -222,8 +222,7 @@ fi AC_ARG_WITH(pcre, APACHE_HELP_STRING(--with-pcre=PATH,Use external PCRE library)) if test "$with_pcre" = "" || test "$with_pcre" = "yes"; then if test "x$with_pcre" = "x" || test "$with_pcre" = "yes"; then with_pcre="$PATH" else with_pcre="$with_pcre/bin:$with_pcre" Loading