re PR libgomp/26175 (In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undefined)
authorJakub Jelinek <jakub@redhat.com>
Tue, 20 Jun 2006 09:55:42 +0000 (11:55 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 20 Jun 2006 09:55:42 +0000 (11:55 +0200)
commitfe5568e99010574916f5b2607a173a34f2340891
tree8bb868030ca7ee7205fdfbd8750e29fe2049be3b
parent2a79fd67a509a9f020ed7492436c63eff7979802
re PR libgomp/26175 (In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undefined)

PR libgomp/26175
PR libgomp/26477
* configure.ac: If neither --enable-linux-futex nor
--disable-linux-futex is passed, determine the default by checking
for compiling and/or running against NPTL.  With --enable-linux-futex,
check if SYS_gettid and SYS_futex are defined.
* configure: Rebuilt.

From-SVN: r114809
libgomp/ChangeLog
libgomp/configure
libgomp/configure.ac