From 009acdfc6a3e73f4dafcd083fc6bd0f9f0a2bc83 Mon Sep 17 00:00:00 2001 From: gj Date: Tue, 30 Oct 2001 23:13:34 +0000 Subject: Add ``--with-ldap=no'' to the CONFIGURE_ARGS to avoid missing a dependency in case the user has LDAP installed. This is one of those things which are automatically detected at configure time. PR: 31622 Submitted by: Alec Wolman --- editors/xemacs-devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/xemacs-devel/Makefile') diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index a4e97f675010..93bc7d5f72f5 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -37,6 +37,7 @@ CONFIGURE_ARGS?=--with-clash-detection \ --site-libraries=${LOCALBASE}/lib \ --with-png=yes \ --with-tiff=yes \ + --with-ldap=no \ --with-site-lisp \ --with-database=berkdb \ ${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX} ${WITH_GTK} -- cgit