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 | |
parent | 66187ec2dc92ea0b3a5e2df959e932b47ab7b714 (diff) | |
download | php-git-8ab1c2aa4490f568005d570ea36a51600a3739b5.tar.gz |
nuke some apparently harmful spaces
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | ext/imap/config.m4 | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/configure.in b/configure.in index 9d0cb4be9b..a6c07d11bc 100644 --- a/configure.in +++ b/configure.in @@ -227,7 +227,7 @@ dnl are usually in libnsl unset ac_cv_func_yp_get_default_domain AC_CHECK_FUNC(yp_get_default_domain, - [php_no_nsl_checks=yes],[ ]) + [php_no_nsl_checks=yes],[]) unset ac_cv_func_yp_get_default_domain if test "$php_no_nsl_checks" != "yes"; then diff --git a/ext/imap/config.m4 b/ext/imap/config.m4 index 9a4eb71270..d5b7c88ea6 100644 --- a/ext/imap/config.m4 +++ b/ext/imap/config.m4 @@ -133,7 +133,7 @@ if test "$PHP_IMAP" != "no"; then #endif ],[ AC_DEFINE(HAVE_IMAP2001, 1, [ ]) - ],[ ]) + ],[]) CPPFLAGS=$old_CPPFLAGS AC_CHECK_LIB(pam, pam_start) |