configure: Prevent link errors with --librtmp.
authorJulien Chaffraix <julien.chaffraix@gmail.com>
Thu, 18 Nov 2010 05:13:49 +0000 (21:13 -0800)
committerJulien Chaffraix <julien.chaffraix@gmail.com>
Thu, 18 Nov 2010 05:16:45 +0000 (21:16 -0800)
commit5046dd02b9c909438d9ab8e9726094846a678f8d
treeef6cf2ee0e539a926417aab7db2695e2a5da6c12
parent4d6c0bdf749c091af59d34390d3f414363433285
configure: Prevent link errors with --librtmp.

If --librtmp was specified but pkg-config could not find the librtmp
file, we would have undefined symbols when linking curl.

We prevent this error by disabling this case as suggested on the mailing
list.
configure.ac