[asterisk-commits] twilson: branch 10 r330844 - in /branches/10: ./ configure configure.ac
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Aug 4 15:51:27 CDT 2011
Author: twilson
Date: Thu Aug 4 15:51:23 2011
New Revision: 330844
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=330844
Log:
Merged revisions 330843 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r330843 | twilson | 2011-08-04 15:29:19 -0500 (Thu, 04 Aug 2011) | 4 lines
Make libsrtp instructions more explicit when linking fails
(closes issue ASTERISK-18139)
........
Modified:
branches/10/ (props changed)
branches/10/configure
branches/10/configure.ac
Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/10/configure.ac
URL: http://svnview.digium.com/svn/asterisk/branches/10/configure.ac?view=diff&rev=330844&r1=330843&r2=330844
==============================================================================
--- branches/10/configure.ac (original)
+++ branches/10/configure.ac Thu Aug 4 15:51:23 2011
@@ -2009,14 +2009,16 @@
[ AC_MSG_RESULT(yes) ],
[
AC_MSG_RESULT(no)
- AC_MSG_NOTICE(***)
- AC_MSG_NOTICE(*** libsrtp could not be linked as a shared object)
- AC_MSG_NOTICE(*** try compiling libsrtp manually and configuring with)
- AC_MSG_NOTICE(*** ./configure CFLAGS=-fPIC --prefix=/usr)
- AC_MSG_NOTICE(*** replacing /usr with the prefix of your choice)
- AC_MSG_NOTICE(***)
- AC_MSG_NOTICE(*** If you do not need SRTP support re-run configure)
- AC_MSG_NOTICE(*** with the --without-srtp option.)
+ AC_MSG_WARN(***)
+ AC_MSG_WARN(*** libsrtp could not be linked as a shared object.)
+ AC_MSG_WARN(*** Try compiling libsrtp manually. Configure libsrtp)
+ AC_MSG_WARN(*** with ./configure CFLAGS=-fPIC --prefix=/usr)
+ AC_MSG_WARN(*** replacing /usr with the prefix of your choice.)
+ AC_MSG_WARN(*** After re-installing libsrtp, re-run the Asterisk)
+ AC_MSG_WARN(*** configure script.)
+ AC_MSG_WARN(***)
+ AC_MSG_WARN(*** If you do not need SRTP support re-run configure)
+ AC_MSG_WARN(*** with the --without-srtp option.)
exit 1
]
)
More information about the asterisk-commits
mailing list