evolution-exchange r1633 - trunk



Author: tml
Date: Wed May  7 12:31:47 2008
New Revision: 1633
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1633&view=rev

Log:
2008-05-07  Tor Lillqvist  <tml novell com>

	* configure.in: Move the AM_CONDITIONAL for
	SUNLDAP. AM_CONDITIONAL should not be inside shell if statements.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed May  7 12:31:47 2008
@@ -237,7 +237,6 @@
 	esac
 	;;
 esac
-AM_CONDITIONAL(SUNLDAP, test "$with_sunldap" != no)
 
 SAVE_CFLAGS="$CFLAGS"
 SAVE_LIBS="$LIBS"
@@ -256,6 +255,8 @@
 AM_CONDITIONAL(ENABLE_LDAP, true)
 fi # Win32
 
+AM_CONDITIONAL(SUNLDAP, test "$with_sunldap" != no)
+
 AC_MSG_CHECKING(for LDAP Paged Control)
 AC_TRY_RUN([
 #include <ldap.h>



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