diff options
author | Chris Carlmar <chris@carlmar.no> | 2017-06-07 23:34:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-07 23:34:24 +0200 |
commit | 165b7f50991277699fc7dc4758ec7f501372a75a (patch) | |
tree | 5930c3da0511af9d882cc93326aa3a541de8fd85 | |
parent | 68c6dcb2cb682bc7363cdf3d2e58da225cf4e72e (diff) | |
download | curl-165b7f50991277699fc7dc4758ec7f501372a75a.tar.gz |
configure: fix link with librtmp when specifying path
Bug: https://curl.haxx.se/mail/lib-2017-06/0017.html
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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 |