]> granicus.if.org Git - php/commitdiff
MFH: Fix bug #21511
authorfoobar <sniper@php.net>
Thu, 9 Jan 2003 16:38:28 +0000 (16:38 +0000)
committerfoobar <sniper@php.net>
Thu, 9 Jan 2003 16:38:28 +0000 (16:38 +0000)
configure.in

index 766550deb20062e9f6bd9beb0e718f8707f2b684..a60369a90acf080476a2dad978b8a313846e3309 100644 (file)
@@ -1297,7 +1297,7 @@ X
     fi
   fi
 
-cat<<X
+cat <<X
 +--------------------------------------------------------------------+
 | License:                                                           |
 | This software is subject to the PHP License, available in this     |
@@ -1316,13 +1316,11 @@ cat<<X
 | 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
 ])