diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-05 10:17:09 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-05 10:17:09 +0000 |
commit | 77c8423ccbb8f586313c66bcbf6283be18734afb (patch) | |
tree | ace17edf5285761884d94367cc2b091717573444 /m4 | |
parent | 87f565a6d93c2e40780a930eab6a1cbe16d3462f (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.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libdv.m4 b/m4/libdv.m4 index d0eee8a38..ca35db0bd 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" |