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
commitaaeb23ccc86aee72363b5dafe382375a3d1a0431 (patch)
tree1006495476f22ba8ef734fd4435052da97d117de /m4
parentfbb485606a888957f277c00dc92280b245bdb5cb (diff)
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"