diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-17 18:29:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-17 18:29:34 +0000 |
commit | 9780c971fbf99df9bfc92116e0779a40070668b0 (patch) | |
tree | 87c428ff4b8fca509d3b77a9a06c3a7e77bb6a41 /nptl/sysdeps/pthread | |
parent | f0c7c524bb92cdc42cc4e0f7ba1ddda865a4494c (diff) | |
download | glibc-9780c971fbf99df9bfc92116e0779a40070668b0.tar glibc-9780c971fbf99df9bfc92116e0779a40070668b0.tar.gz glibc-9780c971fbf99df9bfc92116e0779a40070668b0.tar.bz2 glibc-9780c971fbf99df9bfc92116e0779a40070668b0.zip |
Update.
2003-11-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/configure.in: Make missing forced unwind support
fatal.
Diffstat (limited to 'nptl/sysdeps/pthread')
-rw-r--r-- | nptl/sysdeps/pthread/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/configure.in b/nptl/sysdeps/pthread/configure.in index 7d803b6323..1e87892a95 100644 --- a/nptl/sysdeps/pthread/configure.in +++ b/nptl/sysdeps/pthread/configure.in @@ -45,4 +45,6 @@ libc_cv_c_cleanup=yes, libc_cv_c_cleanup=no)]) if test $libc_cv_c_cleanup = no; then AC_MSG_ERROR([the compiler must support C cleanup handling]) fi +else + AC_MSG_ERROR(forced unwind support is required) fi |