aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-26 22:40:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-26 22:40:34 +0000
commitc0f405a0ef1e17a3597b81225c77a82205f2f7b7 (patch)
tree55bff68c7af7105289860e7ff8e2f9f801eb429e /configure.ac
parent69fe563ef172ef5b2766a864ca91dd093d97ee68 (diff)
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) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@196946 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c7efb853..205ffad71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1555,7 +1555,7 @@ fi
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);])