mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix another implicit function declaration in configure
This commit is contained in:
commit
4e68c53a21
1 changed files with 1 additions and 5 deletions
6
build/libtool.m4
vendored
6
build/libtool.m4
vendored
|
@ -978,10 +978,6 @@ else
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" void exit (int);
|
||||
#endif
|
||||
|
||||
void fnord() { int i=42;}
|
||||
int main ()
|
||||
{
|
||||
|
@ -997,7 +993,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