diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-05 09:29:33 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-07-05 09:29:33 +0000 |
commit | 00a29d577167c8533c91a3f3d510f9edc0c1fc37 (patch) | |
tree | 820795dacf0a38c78183ce621e583cf06254c904 | |
parent | f73501874e6cd619d2fb038328f9404393b067e1 (diff) | |
download | gst-plugins-bad-00a29d577167c8533c91a3f3d510f9edc0c1fc37.tar.gz gst-plugins-bad-00a29d577167c8533c91a3f3d510f9edc0c1fc37.tar.bz2 gst-plugins-bad-00a29d577167c8533c91a3f3d510f9edc0c1fc37.zip |
add -lm so check passes on debian boxen.
Original commit message from CVS:
add -lm so check passes on debian boxen.
-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 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" |