[PHP-DEV] cvs: php3 / configure.in From: Sascha Schumann (sascha <email protected>)
Date: 05/15/00

sas Mon May 15 19:14:27 2000 EDT

  Modified files:
    /php3 configure.in
  Log:
  Fix pointer to FAQ entry.
  
  PR: #4446
  
  
Index: php3/configure.in
diff -u php3/configure.in:1.502 php3/configure.in:1.503
--- php3/configure.in:1.502 Mon Apr 17 20:17:59 2000
+++ php3/configure.in Mon May 15 19:14:27 2000
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.502 2000/04/17 18:17:59 sas Exp $
+dnl $Id: configure.in,v 1.503 2000/05/15 17:14:27 sas Exp $
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(main.c)
@@ -3075,7 +3075,7 @@
         echo "=================================================================="
         echo "WARNING: Your $APXS script is most likely broken."
         echo ""
- echo "Please go read http://www.php.net/FAQ.php3#4.11 and make the"
+ echo "Please go read http://www.php.net/FAQ.php3#6.11 and make the"
         echo "changes described there and try again."
         echo "=================================================================="
 fi

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>