From: Luigi Rizzo Date: Fri, 19 Jan 2007 09:36:27 +0000 (+0000) Subject: remove a useless (and harmful on some platforms) -lnsl X-Git-Tag: 1.6.0-beta1~3^2~3431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eec01e4535aead43a501e2f3bc5809b840708b15;p=thirdparty%2Fasterisk.git remove a useless (and harmful on some platforms) -lnsl from IKSEMEL_LIB. Actually i am not even sure whether -lgcrypt -lgpg-error are needed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@51286 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/configure.ac b/configure.ac index 3b82fb0b9b..40c78d3e5d 100644 --- a/configure.ac +++ b/configure.ac @@ -386,7 +386,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