aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-25 14:28:46 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-25 14:28:46 +0000
commit2638ef0c3bccf9d57cf28966bcfa43237af8a16e (patch)
tree53295335964d2cb94a3acf4fe3e6257fdb5b948d /res
parent6b8794ea03cf139278132b37c4f6889fcd142280 (diff)
handle the GNUTLS library properly in the configure script and build system
don't build in OSP support unless we have found and are allowed to use SSL support git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@66157 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_jabber.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index faf1a0202..a31838700 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -23,6 +23,7 @@
/*** MODULEINFO
<depend>iksemel</depend>
+ <use>gnutls</use>
***/
#include "asterisk.h"