]> granicus.if.org Git - php/commitdiff
nuke some apparently harmful spaces
authorSascha Schumann <sas@php.net>
Tue, 21 Aug 2001 11:02:42 +0000 (11:02 +0000)
committerSascha Schumann <sas@php.net>
Tue, 21 Aug 2001 11:02:42 +0000 (11:02 +0000)
acinclude.m4
configure.in
ext/imap/config.m4

index 1852756e08201999990bf06c41e21cca025657f8..911b203d6139d8a13a3f2d177c2c229fe4a04bea 100644 (file)
@@ -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
index 9d0cb4be9b37a4ddd807a1e757a87658e9ce934d..a6c07d11bcc0a0fbc431116d36cdf37a5849ce86 100644 (file)
@@ -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
index 9a4eb71270f17fe3fb33e813e6f3b824bcd60476..d5b7c88ea61b499902465ea7d87330aaf396deed 100644 (file)
@@ -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)