Remove NPTL games.

This commit is contained in:
Ralf Corsépius 2007-09-19 05:15:57 +02:00
parent 18e62fe8eb
commit 211a30a615
1 changed files with 0 additions and 10 deletions

View File

@ -128,16 +128,6 @@ LDFLAGS_STATIC="${LDFLAGS} ${LDFLAGS_STATIC}" # libtool format
AC_MSG_RESULT($LDFLAGS_STATIC)
AC_SUBST(LDFLAGS_STATIC)
dnl
dnl XXX Test for libpthread.a that is NPTL aware (static link only).
dnl
LDFLAGS_NPTL=
if test -f /usr/lib/nptl/libpthread.a ; then
LDFLAGS_NPTL="-L/usr/lib/nptl"
# INCPATH="$INCPATH -I/usr/include/nptl"
fi
AC_SUBST(LDFLAGS_NPTL)
dnl
dnl look for POSIX chmod attributes
dnl