jani Wed Jan 21 19:22:40 2009 UTC Modified files: (Branch: PHP_5_3) /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.5.2.1&r2=1.12.4.5.2.2&diff_format=u Index: php-src/ext/posix/config.m4 diff -u php-src/ext/posix/config.m4:1.12.4.5.2.1 php-src/ext/posix/config.m4:1.12.4.5.2.2 --- php-src/ext/posix/config.m4:1.12.4.5.2.1 Sat Sep 20 22:12:43 2008 +++ php-src/ext/posix/config.m4 Wed Jan 21 19:22:39 2009 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.12.4.5.2.1 2008/09/20 22:12:43 lbarnaud Exp $ +dnl $Id: config.m4,v 1.12.4.5.2.2 2009/01/21 19:22:39 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