From: foobar Date: Mon, 6 Aug 2001 18:43:02 +0000 (+0000) Subject: Fix bug: #12604. Also made the configure script shown a little nicer in phpinfo() X-Git-Tag: PRE_ENGINE2_SPLIT~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=beac42e3dcae61ba887c2d6dc1536706d9984699;p=php Fix bug: #12604. Also made the configure script shown a little nicer in phpinfo() --- diff --git a/configure.in b/configure.in index 1d130bcc51..38d9647a4b 100644 --- a/configure.in +++ b/configure.in @@ -20,7 +20,7 @@ cwd=`pwd` PHP_CONFIG_NICE(config.nice) for arg in $0 "$@"; do - CONFIGURE_COMMAND="$CONFIGURE_COMMAND '$arg'" + CONFIGURE_COMMAND="$CONFIGURE_COMMAND '$arg'\n" done php_shtool=$srcdir/build/shtool @@ -969,8 +969,8 @@ dnl fi echo "+--------------------------------------------------------------------+" echo "| WARNING: Your $APXS script is most likely broken." echo "| |" - echo "| Please go read http://www.php.net/FAQ.php#6.11 and make the |" - echo "| changes described there and try again. |" + echo "| Please go read http://www.php.net/manual/en/faq.build.php#AEN61338 |" + echo "| and make the changes described there and try again. |" fi # Warn about CGI version with no extra security options.