ekiga r7834 - trunk
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7834 - trunk
- Date: Mon, 30 Mar 2009 17:43:13 +0000 (UTC)
Author: jpuydt
Date: Mon Mar 30 17:43:13 2009
New Revision: 7834
URL: http://svn.gnome.org/viewvc/ekiga?rev=7834&view=rev
Log:
Applied patch from Michael Rickmann about libsasl2 detection
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Mar 30 17:43:13 2009
@@ -344,7 +344,17 @@
fi
dnl Checking for libsasl2
- AC_CHECK_HEADER(sasl/sasl.h,,AC_MSG_ERROR([*** libsasl2 headers not found]))
+ AC_ARG_WITH(libsasl2-dir, AS_HELP_STRING([--with-libsasl2-dir=PFX],[location of LIBSASL2]), with_libsasl2_dir="$withval", with_libsasl2_dir="/usr")
+
+ dnl Check for the libsasl2 includes presence
+ AC_MSG_CHECKING(for LIBSASL2 includes in ${with_libsasl2_dir}/include/)
+ AC_MSG_RESULT()
+
+ if test -f ${with_libsasl2_dir}/include/sasl/sasl.h; then
+ LDAP_CFLAGS="-I${with_libsasl2_dir}/include"
+ else
+ AC_MSG_ERROR(*** libsasl2 headers not found)
+ fi
LDAP_LIBS="$LDAP_LIBS -lsasl2"
dnl Checking for libresolv
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]