diff options
author | Sascha Schumann <sas@php.net> | 2001-08-21 11:02:42 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-08-21 11:02:42 +0000 |
commit | 8ab1c2aa4490f568005d570ea36a51600a3739b5 (patch) | |
tree | 66ea14b0973fce657ed8fcd112edf39b2b11aa1c /acinclude.m4 | |
parent | 66187ec2dc92ea0b3a5e2df959e932b47ab7b714 (diff) | |
download | php-git-8ab1c2aa4490f568005d570ea36a51600a3739b5.tar.gz |
nuke some apparently harmful spaces
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 1852756e08..911b203d61 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1101,7 +1101,7 @@ AC_DEFUN(PHP_FOPENCOOKIE,[ ], [ cookie_io_functions_t cookie; ], [ have_cookie_io_functions_t=yes ], - [ ] ) + [] ) if test "$have_cookie_io_functions_t" = "yes" ; then cookie_io_functions_t=cookie_io_functions_t |