]> sourceware.org Git - glibc.git/blobdiff - configure.in
handle password file locking.
[glibc.git] / configure.in
index 631a035e921065e2c86c5e64bba13ffaf4f473ab..a2668b9ff9bd58313dcf51b0b32f74adc420634f 100644 (file)
@@ -483,6 +483,8 @@ fi
 AC_CACHE_CHECK(for ld --no-whole-archive, libc_cv_ld_no_whole_archive, [dnl
 cat > conftest.c <<\EOF
 _start () {}
+int __eh_pc;
+__throw () {}
 EOF
 dnl No \ in command here because it ends up inside ''.
 if AC_TRY_COMMAND([${CC-cc} $CFLAGS
This page took 0.028046 seconds and 5 git commands to generate.