configure: don't enable RTMP if the lib detect fails
authorDaniel Stenberg <daniel@haxx.se>
Mon, 20 Sep 2010 21:20:36 +0000 (23:20 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Sep 2010 21:56:51 +0000 (23:56 +0200)
commit5fcc4332d62feb5ab33e2d405388158ae1e9a44d
tree3a08f0080b42e080023b6f17264f49e4cab5d272
parent7d84113e1d07131c99aa2c5154ebdc15342bd13b
configure: don't enable RTMP if the lib detect fails

librtmp is often statically linked and using sub dependencies like
OpenSSL, so we need to make sure we can actually link with it properly
before enabling it. Otherwise we easily end up trying to link with a
RTMP lib that fails.
configure.ac