diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-07-06 21:29:02 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-07-06 21:29:02 -0400 |
commit | ecaddd66991f5dc237f26cfdef51507019cfcc01 (patch) | |
tree | b870b8bcfbc12c1102ebc834f53406ccc024159b /nptl/sysdeps | |
parent | 01636b2140cd1281202b89f7103249ed598065c4 (diff) | |
download | glibc-ecaddd66991f5dc237f26cfdef51507019cfcc01.tar glibc-ecaddd66991f5dc237f26cfdef51507019cfcc01.tar.gz glibc-ecaddd66991f5dc237f26cfdef51507019cfcc01.tar.bz2 glibc-ecaddd66991f5dc237f26cfdef51507019cfcc01.zip |
Rebuild configure scripts
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/pthread/configure | 6 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/configure | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nptl/sysdeps/pthread/configure b/nptl/sysdeps/pthread/configure index 3f7dcd61f3..6b3c79b8f4 100644 --- a/nptl/sysdeps/pthread/configure +++ b/nptl/sysdeps/pthread/configure @@ -122,7 +122,7 @@ fi # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo - eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link @@ -148,7 +148,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for forced unwind support" >&5 $as_echo_n "checking for forced unwind support... " >&6; } -if test "${libc_cv_forced_unwind+set}" = set; then : +if ${libc_cv_forced_unwind+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext @@ -182,7 +182,7 @@ if test $libc_cv_forced_unwind = yes; then CFLAGS="$CFLAGS -Werror -fexceptions" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C cleanup handling" >&5 $as_echo_n "checking for C cleanup handling... " >&6; } -if test "${libc_cv_c_cleanup+set}" = set; then : +if ${libc_cv_c_cleanup+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext diff --git a/nptl/sysdeps/x86_64/configure b/nptl/sysdeps/x86_64/configure index 4639c222fa..ee047153c9 100644 --- a/nptl/sysdeps/x86_64/configure +++ b/nptl/sysdeps/x86_64/configure @@ -85,7 +85,7 @@ $as_echo X/"$0" | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .cfi_personality and .cfi_lsda pseudo-ops" >&5 $as_echo_n "checking for .cfi_personality and .cfi_lsda pseudo-ops... " >&6; } -if test "${libc_cv_asm_cfi_personality+set}" = set; then : +if ${libc_cv_asm_cfi_personality+:} false; then : $as_echo_n "(cached) " >&6 else cat > conftest.s <<EOF |