diff options
author | foobar <sniper@php.net> | 2003-01-09 16:37:45 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-01-09 16:37:45 +0000 |
commit | 32eb31719a6eb5514d43d9ee3e26d3446817fffa (patch) | |
tree | 4cf0b000784798a0a1e1167c1e6d2fa3dfefe1ee | |
parent | 66d30a4966cb44aae6c273613eafae5d3a5a9493 (diff) | |
download | php-git-32eb31719a6eb5514d43d9ee3e26d3446817fffa.tar.gz |
Fix bug: #21511, config.status warning
-rw-r--r-- | configure.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.in b/configure.in index 64f0147620..5652768016 100644 --- a/configure.in +++ b/configure.in @@ -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 ]) |