summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2009-01-21 19:22:39 +0000
committerJani Taskinen <jani@php.net>2009-01-21 19:22:39 +0000
commitd331023b5f4f3986e4d8772b660b65e3e767a60c (patch)
treef5d33830f0b678ec9dd2398598013ba82596890b
parenta928b88da9d6e20062404443778af93ca5ce0900 (diff)
downloadphp-git-d331023b5f4f3986e4d8772b660b65e3e767a60c.tar.gz
MFH: fix typo
-rw-r--r--ext/posix/config.m42
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