From: Chris Carlmar Date: Wed, 7 Jun 2017 21:34:24 +0000 (+0200) Subject: configure: fix link with librtmp when specifying path X-Git-Tag: curl-7_54_1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=165b7f50991277699fc7dc4758ec7f501372a75a;p=curl configure: fix link with librtmp when specifying path Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html --- diff --git a/configure.ac b/configure.ac index 014b56521..d6d8156d0 100644 --- 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