about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-03 21:08:05 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-03 21:08:05 +0000
commitfbd90f6c25ad26706dee0898d6eaca40881852f9 (patch)
tree76a3b64eb51df6224501bb0e44cb76ef4f200ac2 /nptl/sysdeps/pthread/configure.in
parent414f49c0349d3de3478672a9c56b349d65cdf8f1 (diff)
downloadglibc-fbd90f6c25ad26706dee0898d6eaca40881852f9.tar.gz
glibc-fbd90f6c25ad26706dee0898d6eaca40881852f9.tar.xz
glibc-fbd90f6c25ad26706dee0898d6eaca40881852f9.zip
Update.
2003-07-03  Ulrich Drepper  <drepper@redhat.com>

	* configure.in: Also check for .cfi_rel_offset pseudo-op.
Diffstat (limited to 'nptl/sysdeps/pthread/configure.in')
-rw-r--r--nptl/sysdeps/pthread/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/configure.in b/nptl/sysdeps/pthread/configure.in
index 922741e723..e0fb10b67c 100644
--- a/nptl/sysdeps/pthread/configure.in
+++ b/nptl/sysdeps/pthread/configure.in
@@ -5,6 +5,10 @@ if test "x$libc_cv_gcc___thread" != xyes; then
   AC_MSG_ERROR(compiler support for __thread is required)
 fi
 
+if test "x$libc_cv_asm_cfi_directives" != xyes; then
+  AC_MSG_ERROR(CFI directive support in assembler is required)
+fi
+
 dnl Iff <unwind.h> is available, make sure it is the right one and it
 dnl contains struct _Unwind_Exception.
 AC_CACHE_CHECK(dnl