From edece8f10161ced3bed66845b7bee64f7e9fea4b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 30 Oct 2006 00:41:07 +0000 Subject: * sysdeps/ia64/pthread_spin_unlock.c (pthread_spin_unlock): Use __sync_lock_release instead of __sync_lock_release_si. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ca795c4..5cb3035 100644 --- a/configure.in +++ b/configure.in @@ -1445,10 +1445,12 @@ EOF then libc_cv_z_relro=yes else +changequote(,)dnl case "$base_machine" in i[34567]86 | x86_64 | powerpc* | s390* | sparc* | alpha*) ;; *) libc_cv_z_relro="not required" ;; esac +changequote([,])dnl fi fi]) if test "$libc_cv_z_relro" = no; then -- cgit v1.1