From: Jani Taskinen Date: Wed, 21 Jan 2009 19:22:39 +0000 (+0000) Subject: MFH: fix typo X-Git-Tag: php-5.3.0beta1~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d331023b5f4f3986e4d8772b660b65e3e767a60c;p=php MFH: fix typo --- diff --git a/ext/posix/config.m4 b/ext/posix/config.m4 index ada08ce946..83ead2e46a 100644 --- a/ext/posix/config.m4 +++ b/ext/posix/config.m4 @@ -44,7 +44,7 @@ int main(int argc, char *argv[]) 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