28 lines
719 B
Diff
28 lines
719 B
Diff
|
--- ./configure 2016-08-02 22:44:23.000000000 +0530
|
||
|
+++ ../configure 2016-12-03 23:06:46.641370754 +0530
|
||
|
@@ -7123,7 +7123,7 @@
|
||
|
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
||
|
fi
|
||
|
|
||
|
-ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl -lpthread"
|
||
|
+ALSA_LIBS="$ALSA_LIBS -lasound -lm -ldl"
|
||
|
LIBS="$ALSA_LIBS $LIBS"
|
||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ALSA_LIBS" >&5
|
||
|
$as_echo "$ALSA_LIBS" >&6; }
|
||
|
@@ -7741,7 +7741,6 @@
|
||
|
$as_echo_n "(cached) " >&6
|
||
|
else
|
||
|
ac_check_lib_save_LIBS=$LIBS
|
||
|
-LIBS="-lpthread $LIBS"
|
||
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||
|
/* end confdefs.h. */
|
||
|
|
||
|
@@ -7776,7 +7775,6 @@
|
||
|
#define HAVE_LIBPTHREAD 1
|
||
|
_ACEOF
|
||
|
|
||
|
- LIBS="-lpthread $LIBS"
|
||
|
|
||
|
else
|
||
|
as_fn_error $? "Error: need PTHREAD library" "$LINENO" 5
|