mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Fix another implicit function declaration in configure
This commit is contained in:
commit
53c417d81c
1 changed files with 1 additions and 1 deletions
2
build/libtool.m4
vendored
2
build/libtool.m4
vendored
|
@ -994,7 +994,7 @@ int main ()
|
|||
else
|
||||
puts (dlerror ());
|
||||
|
||||
exit (status);
|
||||
return (status);
|
||||
}]
|
||||
EOF
|
||||
if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue