Commit 165b7f50 authored by Chris Carlmar's avatar Chris Carlmar Committed by Daniel Stenberg
Browse files

configure: fix link with librtmp when specifying path

parent 68c6dcb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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