ekiga r7192 - trunk



Author: jpuydt
Date: Sat Oct 11 19:37:29 2008
New Revision: 7192
URL: http://svn.gnome.org/viewvc/ekiga?rev=7192&view=rev

Log:
Fixed bug #555938.

Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Oct 11 19:37:29 2008
@@ -329,6 +329,9 @@
   	AC_MSG_ERROR(You need the LDAP library to compile Ekiga with LDAP support)
   fi
 
+  dnl Checking for libsasl2
+  AC_CHECK_HEADER(sasl/sasl.h,,AC_MSG_ERROR([*** libsasl2 headers not found]))
+
   dnl Checking for libresolv
   if test ${gm_platform} = "linux" ; then
   	AC_CHECK_LIB(resolv, res_gethostbyaddr, [LIBS="-lresolv $LIBS"], AC_MSG_ERROR([*** libresolv not found.]), -lresolv)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]