Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  Fix another implicit function declaration in configure
This commit is contained in:
Nikita Popov 2020-11-03 10:39:26 +01:00
commit 53c417d81c

2
build/libtool.m4 vendored
View file

@ -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