summaryrefslogtreecommitdiff
path: root/m4/speex.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/speex.m4')
-rw-r--r--m4/speex.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/speex.m4 b/m4/speex.m4
index e3f1b9556..1a783cc62 100644
--- a/m4/speex.m4
+++ b/m4/speex.m4
@@ -15,7 +15,7 @@ AC_ARG_ENABLE(speextest, [ --disable-speextest Do not try to compile and
if test x$speex_prefix != x ; then
speex_args="$speex_args --prefix=$speex_prefix"
SPEEX_CFLAGS="-I$speex_prefix/include"
- SPEEX_LIBDIR="-L$speex_prefix/lib"
+ SPEEX_LIBDIR="-L$speex_prefix/$XINE_LIBNAME"
fi
SPEEX_LIBS="$SPEEX_LIBDIR -lspeex -lm"