mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" void exit (int);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void fnord() { int i=42;}
|
void fnord() { int i=42;}
|
||||||
int main ()
|
int main ()
|
||||||
{
|
{
|
||||||
|
@ -997,7 +993,7 @@ int main ()
|
||||||
else
|
else
|
||||||
puts (dlerror ());
|
puts (dlerror ());
|
||||||
|
|
||||||
exit (status);
|
return (status);
|
||||||
}]
|
}]
|
||||||
EOF
|
EOF
|
||||||
if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
|
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