jani            Wed Jan 21 19:23:03 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/posix  config.m4 
  Log:
  MFH: fix typo
  
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/config.m4?r1=1.12.4.6&r2=1.12.4.7&diff_format=u
Index: php-src/ext/posix/config.m4
diff -u php-src/ext/posix/config.m4:1.12.4.6 
php-src/ext/posix/config.m4:1.12.4.7
--- php-src/ext/posix/config.m4:1.12.4.6        Sat Sep 20 22:12:59 2008
+++ php-src/ext/posix/config.m4 Wed Jan 21 19:23:03 2009
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.12.4.6 2008/09/20 22:12:59 lbarnaud Exp $
+dnl $Id: config.m4,v 1.12.4.7 2009/01/21 19:23:03 jani Exp $
 dnl
 
 PHP_ARG_ENABLE(posix,whether to enable POSIX-like functions,
@@ -44,7 +44,7 @@
       ac_cv_have_utsname_domainname=no
     ])
   ])
-  if test ac_cv_have_utsname_domainname=yes; then
+  if test "$ac_cv_have_utsname_domainname" = yes; then
     AC_DEFINE(HAVE_UTSNAME_DOMAINNAME, 1, [Wether struct utsname has 
domainname])
   fi
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to