From 165b7f50991277699fc7dc4758ec7f501372a75a Mon Sep 17 00:00:00 2001 From: Chris Carlmar Date: Wed, 7 Jun 2017 23:34:24 +0200 Subject: configure: fix link with librtmp when specifying path Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1