summaryrefslogtreecommitdiff
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
commit116792755c39aed48ee7549e8cfc2e904940d9ab (patch)
tree3168a66414bbbd30dfca765dca08b1ba7f053211 /m4
parent897ee8ab401e55cb7ca310c509906d44fbf3d085 (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"