aboutsummaryrefslogtreecommitdiffstats
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7cba19fe7..a6cba7163 100755
--- a/configure
+++ b/configure
@@ -17507,7 +17507,7 @@ echo "$as_me: *** without explicitly specifying --with-${GNUTLS_OPTION}" >&6;}
fi
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