mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: fix typo
This commit is contained in:
parent
a928b88da9
commit
d331023b5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue