mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:27:24 +03:00
configure: fix link with librtmp when specifying path
Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html
This commit is contained in:
parent
68c6dcb2cb
commit
165b7f5099
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue