From e7d750da69ff5e2d7f6cddcddce0e7e86b48c1e0 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn 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/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/xemacs') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index a4e97f675010..93bc7d5f72f5 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/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 v1.2.3