From 8ab1c2aa4490f568005d570ea36a51600a3739b5 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 21 Aug 2001 11:02:42 +0000 Subject: [PATCH] nuke some apparently harmful spaces --- acinclude.m4 | 2 +- configure.in | 2 +- 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) -- 2.50.1