diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-15 00:01:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-15 00:01:53 +0000 |
commit | 42c6bd6199f549e61f38fe140945bf43d7a47f45 (patch) | |
tree | c1386bd0ca66ad78312b9dcc340144315ec66d66 /sysdeps/unix | |
parent | ba8d2ba8c38b3ba3d6086c5743847327c1d2d95f (diff) | |
download | glibc-42c6bd6199f549e61f38fe140945bf43d7a47f45.tar.gz glibc-42c6bd6199f549e61f38fe140945bf43d7a47f45.tar.xz glibc-42c6bd6199f549e61f38fe140945bf43d7a47f45.zip |
Regenerated: autoconf sysdeps/unix/common/configure.in
Diffstat (limited to 'sysdeps/unix')
-rwxr-xr-x | sysdeps/unix/common/configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sysdeps/unix/common/configure b/sysdeps/unix/common/configure index c7e4ae2037..9112edee33 100755 --- a/sysdeps/unix/common/configure +++ b/sysdeps/unix/common/configure @@ -13,6 +13,12 @@ else #line $LINENO "configure" #include "confdefs.h" +#ifdef F77_DUMMY_MAIN +# ifdef __cplusplus + extern "C" +# endif + int F77_DUMMY_MAIN() { return 1; } +#endif int main () { @@ -60,6 +66,12 @@ else #line $LINENO "configure" #include "confdefs.h" +#ifdef F77_DUMMY_MAIN +# ifdef __cplusplus + extern "C" +# endif + int F77_DUMMY_MAIN() { return 1; } +#endif int main () { @@ -111,6 +123,12 @@ cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" #include <ctype.h> +#ifdef F77_DUMMY_MAIN +# ifdef __cplusplus + extern "C" +# endif + int F77_DUMMY_MAIN() { return 1; } +#endif int main () { |