We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9690ded commit 00ba784Copy full SHA for 00ba784
build/libtool.m4
@@ -978,10 +978,6 @@ else
978
# endif
979
#endif
980
981
-#ifdef __cplusplus
982
-extern "C" void exit (int);
983
-#endif
984
-
985
void fnord() { int i=42;}
986
int main ()
987
{
@@ -997,7 +993,7 @@ int main ()
997
993
else
998
994
puts (dlerror ());
999
995
1000
- exit (status);
996
+ return (status);
1001
}]
1002
EOF
1003
if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
0 commit comments