blob: 7185d93fc46b28bf85ca037a797c2e57af5ea5ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- configure.orig Fri May 2 15:23:56 2003
+++ configure Fri May 2 15:24:28 2003
@@ -26016,7 +26016,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_x86_sse" >&5
echo "${ECHO_T}$ac_cv_x86_sse" >&6
-if eval "test \"`echo `$ac_cv_x86_sse\" = yes"; then
+if test $ac_cv_x86_sse = yes; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_X86_SSE 1
@@ -32634,7 +32634,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lFLAC $LIBS"
+LIBS="-lFLAC -lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* #line $LINENO "configure" */
/* confdefs.h. */
|