]> granicus.if.org Git - php/commitdiff
Fix bug: #12604. Also made the configure script shown a little nicer in phpinfo()
authorfoobar <sniper@php.net>
Mon, 6 Aug 2001 18:43:02 +0000 (18:43 +0000)
committerfoobar <sniper@php.net>
Mon, 6 Aug 2001 18:43:02 +0000 (18:43 +0000)
configure.in

index 1d130bcc518e19b81e41a919e931fba51c9f4a1b..38d9647a4b10bbac3f339a9c577584f3e9e247c9 100644 (file)
@@ -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.