[asterisk-commits] russell: branch 1.6.2 r196949 - in /branches/1.6.2: ./ autoconf/ include/aste...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue May 26 17:44:20 CDT 2009
Author: russell
Date: Tue May 26 17:44:15 2009
New Revision: 196949
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196949
Log:
Merged revisions 196946 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r196946 | russell | 2009-05-26 17:40:34 -0500 (Tue, 26 May 2009) | 8 lines
Update configure script to check for OSP toolkit 3.5.0.
(closes issue #14988)
Reported by: tzafrir
Patches:
configure.ac.diff uploaded by homesick (license 91)
new_ast_check_osptk.m4 uploaded by homesick (license 91)
........
Added:
branches/1.6.2/autoconf/ast_check_osptk.m4
- copied unchanged from r196946, trunk/autoconf/ast_check_osptk.m4
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/configure
branches/1.6.2/configure.ac
branches/1.6.2/include/asterisk/autoconfig.h.in
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/configure.ac
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/configure.ac?view=diff&rev=196949&r1=196948&r2=196949
==============================================================================
--- branches/1.6.2/configure.ac (original)
+++ branches/1.6.2/configure.ac Tue May 26 17:44:15 2009
@@ -1547,7 +1547,7 @@
if test "$PBX_OPENSSL" = "1";
then
- AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl])
+ AST_CHECK_OSPTK([3], [5], [0])
fi
AST_EXT_TOOL_CHECK([GMIME], [gmime], [], [], [#include <gmime/gmime.h>], [gboolean q = g_mime_check_version(0,0,0);])
Modified: branches/1.6.2/include/asterisk/autoconfig.h.in
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/include/asterisk/autoconfig.h.in?view=diff&rev=196949&r1=196948&r2=196949
==============================================================================
--- branches/1.6.2/include/asterisk/autoconfig.h.in (original)
+++ branches/1.6.2/include/asterisk/autoconfig.h.in Tue May 26 17:44:15 2009
@@ -619,9 +619,6 @@
/* Define this to indicate the ${OSPTK_DESCRIP} library */
#undef HAVE_OSPTK
-
-/* Define to indicate the ${OSPTK_DESCRIP} library version */
-#undef HAVE_OSPTK_VERSION
/* Define this to indicate the ${OSS_DESCRIP} library */
#undef HAVE_OSS
More information about the asterisk-commits
mailing list