aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-25 01:05:46 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-25 01:05:46 +0000
commited747b9f56ac24d1c4e1f0d6e26cd4a5d7be10fb (patch)
tree0f27e884fea62c217e5eb3ee3b65ba7caccab3b9 /configure.ac
parent8310484bbc61a1ecb3c562d1bd006eab22511efa (diff)
Remove libnsl as a required lib for libiksemel to work. This change was
already made in the trunk. (issue #8762) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@52158 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 4a36eaddb..0f76dea48 100644
--- a/configure.ac
+++ b/configure.ac
@@ -393,7 +393,7 @@ AST_EXT_LIB_CHECK([IKSEMEL], [iksemel], [iks_start_sasl], [iksemel.h])
if test "${PBX_IKSEMEL}" = 1; then
AST_EXT_LIB_CHECK([GNUTLS], [gnutls], [gnutls_bye])
if test "${PBX_GNUTLS}" = 1; then
- IKSEMEL_LIB="${IKSEMEL_LIB} -lgnutls -lz -lgcrypt -lnsl -lgpg-error"
+ IKSEMEL_LIB="${IKSEMEL_LIB} -lgnutls -lz -lgcrypt -lgpg-error"
fi
fi