From: Sascha Schumann Date: Tue, 21 Aug 2001 11:02:42 +0000 (+0000) Subject: nuke some apparently harmful spaces X-Git-Tag: PRE_SUBST_Z_MACROS~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ab1c2aa4490f568005d570ea36a51600a3739b5;p=php nuke some apparently harmful spaces --- 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)