Added pthread library

This commit is contained in:
Jaroslav Kysela 2001-12-18 07:00:57 +00:00
parent 735c286de7
commit a74d1ea689

View file

@ -52,9 +52,10 @@ if test "$alsa_prefix" != "" ; then
fi
dnl add the alsa library
ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl"
ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl -lpthread"
LIBS=`echo $LIBS | sed 's/-lm//'`
LIBS=`echo $LIBS | sed 's/-ldl//'`
LIBS=`echo $LIBS | sed 's/-lpthread//'`
LIBS=`echo $LIBS | sed 's/ //'`
LIBS="$ALSA_LIBS $LIBS"
AC_MSG_RESULT($ALSA_LIBS)