[ekiga/gnome-2-26] Made ekiga explicitly link sasl2 (fixing bug #575946)
- From: Eugen Dedu <ededu src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga/gnome-2-26] Made ekiga explicitly link sasl2 (fixing bug #575946)
- Date: Mon, 27 Apr 2009 11:58:20 -0400 (EDT)
commit a4b2b15ed2da1ccdc39d79d315085ee8d965a1fd
Author: Julien Puydt <jpuydt src gnome org>
Date: Thu Mar 19 17:39:42 2009 +0000
Made ekiga explicitly link sasl2 (fixing bug #575946)
svn path=/trunk/; revision=7794
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index aca95d2..4f12cd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -345,6 +345,7 @@ if test "x$enable_ldap" = "xyes"; then
dnl Checking for libsasl2
AC_CHECK_HEADER(sasl/sasl.h,,AC_MSG_ERROR([*** libsasl2 headers not found]))
+ LDAP_LIBS="$LDAP_LIBS -lsasl2"
dnl Checking for libresolv
if test ${gm_platform} = "linux" ; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]