sniper Thu Jan 9 11:38:32 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 configure.in
Log:
MFH: Fix bug #21511
Index: php4/configure.in
diff -u php4/configure.in:1.396.2.22 php4/configure.in:1.396.2.23
--- php4/configure.in:1.396.2.22 Thu Jan 2 14:21:52 2003
+++ php4/configure.in Thu Jan 9 11:38:28 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.22 2003/01/02 19:21:52 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.23 2003/01/09 16:38:28 sniper Exp $ -*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -1297,7 +1297,7 @@
fi
fi
-cat<<X
+cat <<X
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
@@ -1316,13 +1316,11 @@
| about the implications of having register_globals set to on, and |
| avoid using it if possible. |
+--------------------------------------------------------------------+
-
X
-PHP_CONFIGURE_PART(Thank you for using PHP.)
-cat<<X
-
-X
+PHP_CONFIGURE_PART(
+Thank you for using PHP.
+)
fi
])
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php