configure: fix link with librtmp when specifying path

Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html
This commit is contained in:
Chris Carlmar 2017-06-07 23:34:24 +02:00 committed by Daniel Stenberg
parent 68c6dcb2cb
commit 165b7f5099
1 changed files with 1 additions and 0 deletions

View File

@ -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