mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05: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
@ -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…
Reference in New Issue
Block a user