diff options
author | Jani Taskinen <jani@php.net> | 2009-01-21 19:22:39 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-01-21 19:22:39 +0000 |
commit | d331023b5f4f3986e4d8772b660b65e3e767a60c (patch) | |
tree | f5d33830f0b678ec9dd2398598013ba82596890b | |
parent | a928b88da9d6e20062404443778af93ca5ce0900 (diff) | |
download | php-git-d331023b5f4f3986e4d8772b660b65e3e767a60c.tar.gz |
MFH: fix typo
-rw-r--r-- | ext/posix/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |