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

index 64f0147620a51781471328e7e03abf67ae231b58..56527680163b563eb4602605d84715ea4220399e 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
 ])