Merged revisions 282200-282201 via svnmerge from
authorTerry Wilson <twilson@digium.com>
Fri, 13 Aug 2010 16:08:05 +0000 (16:08 +0000)
committerTerry Wilson <twilson@digium.com>
Fri, 13 Aug 2010 16:08:05 +0000 (16:08 +0000)
commit75033d0735c9ac52d667de1377bf8c7083ce788c
tree2303107e09370340ea4d640b3169f90277bf1350
parent377c3bf88ee9888ca51dfe53ba66eda34f79ce0b
Merged revisions 282200-282201 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r282200 | twilson | 2010-08-13 11:00:02 -0500 (Fri, 13 Aug 2010) | 10 lines

  Detect when libsrtp cannot be linked in a shared library

  The libsrtp build system currently does not produce a shared library
  or a static library compiled with -fPIC, so on 64-bit systems it is
  possible that we will get a compile error if libsrtp is installed and
  res_srtp is selected in menuselect.

  This patch attempts to detect this situation and provide the user with
  instructions to work around the problem.
........
  r282201 | twilson | 2010-08-13 11:02:20 -0500 (Fri, 13 Aug 2010) | 2 lines

  Whitespace fix :-/
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@282202 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configure
configure.ac