Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-plugins-bad
Commits
00a29d57
Commit
00a29d57
authored
Jul 05, 2002
by
David I. Lehn
Browse files
add -lm so check passes on debian boxen.
Original commit message from CVS: add -lm so check passes on debian boxen.
parent
f7350187
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4/libdv.m4
View file @
00a29d57
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment