From: Ulrich Drepper Date: Mon, 17 Nov 2003 18:29:34 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9780c971fbf99df9bfc92116e0779a40070668b0;p=thirdparty%2Fglibc.git Update. 2003-11-17 Ulrich Drepper * sysdeps/pthread/configure.in: Make missing forced unwind support fatal. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9e122d0a644..2af37b89141 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-11-17 Ulrich Drepper + + * sysdeps/pthread/configure.in: Make missing forced unwind support + fatal. + 2003-11-11 Ulrich Drepper * pthreadP.h: Don't declare __pthread_unwind as weak inside libpthread. diff --git a/nptl/sysdeps/pthread/configure.in b/nptl/sysdeps/pthread/configure.in index 7d803b63231..1e87892a950 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