From: Jaroslav Kysela Date: Tue, 18 Dec 2001 07:00:57 +0000 (+0000) Subject: Added pthread library X-Git-Tag: v1.0.3~518 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a74d1ea689256fe34732ba31973274d4ee7bcea0;p=alsa-lib.git Added pthread library --- diff --git a/utils/alsa.m4 b/utils/alsa.m4 index 0ddbb292..5cde42a0 100644 --- a/utils/alsa.m4 +++ b/utils/alsa.m4 @@ -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)