summaryrefslogtreecommitdiff
path: root/m4/ogg.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/ogg.m4')
-rw-r--r--m4/ogg.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ogg.m4 b/m4/ogg.m4
index 0da1102a2..7f8ab808f 100644
--- a/m4/ogg.m4
+++ b/m4/ogg.m4
@@ -15,7 +15,7 @@ AC_ARG_ENABLE(oggtest, [ --disable-oggtest Do not try to compile and run
if test x$ogg_prefix != x ; then
ogg_args="$ogg_args --prefix=$ogg_prefix"
OGG_CFLAGS="-I$ogg_prefix/include"
- OGG_LIBS="-L$ogg_prefix/lib"
+ OGG_LIBS="-L$ogg_prefix/$XINE_LIBNAME"
fi
OGG_LIBS="$OGG_LIBS -logg"