projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68c6dcb
)
configure: fix link with librtmp when specifying path
author
Chris Carlmar
<chris@carlmar.no>
Wed, 7 Jun 2017 21:34:24 +0000
(23:34 +0200)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 7 Jun 2017 21:34:24 +0000
(23:34 +0200)
Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 014b56521c62b06b931662f7d775725ee1f474d9..d6d8156d0b07f8ea3266d49fcf3819a774018e34 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2658,6
+2658,7
@@
if test X"$OPT_LIBRTMP" != Xno; then
;;
*)
dnl use the given --with-librtmp spot
+ LIB_RTMP="-lrtmp"
PREFIX_RTMP=$OPT_LIBRTMP
;;
esac