summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2002-07-05 10:17:09 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2002-07-05 10:17:09 +0000
commitfe0263870f443b53324a24829492f8cbccad0601 (patch)
tree888d106311ddc1d770d1c3368f7a84a20e930fe9 /m4
parentd3f347aee815ba27f2ad4e66f175ebc9bc47c40e (diff)
downloadgst-plugins-bad-fe0263870f443b53324a24829492f8cbccad0601.tar.gz
gst-plugins-bad-fe0263870f443b53324a24829492f8cbccad0601.tar.bz2
gst-plugins-bad-fe0263870f443b53324a24829492f8cbccad0601.zip
attempt to fix my sucky dv and festival breakage.
Original commit message from CVS: attempt to fix my sucky dv and festival breakage.
Diffstat (limited to 'm4')
-rw-r--r--m4/libdv.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libdv.m4 b/m4/libdv.m4
index d0eee8a3..ca35db0b 100644
--- a/m4/libdv.m4
+++ b/m4/libdv.m4
@@ -23,7 +23,7 @@ AC_ARG_ENABLE(libdvtest, [ --disable-libdvtest Do not try to compile and
LIBDV_LIBS="-L$prefix/lib"
fi
- LIBDV_LIBS="$LIBDV_LIBS -ldv"
+ LIBDV_LIBS="$LIBDV_LIBS -ldv -lm"
if test "x$libdv_includes" != "x" ; then
LIBDV_CFLAGS="-I$libdv_includes"