summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2006-08-14 10:22:55 +0000
committerAkira TAGOH <akira@tagoh.org>2006-08-14 10:22:55 +0000
commitfa329d87a13235cca57b687e2ad1374c5962d7de (patch)
treebc510c7ab40cd58acf20adcfede29215fd00ab60 /plugins
parent8d35f4acfcf168a5baa9767112bc38b02040e1d5 (diff)
* configure.ac: don't stop configure process even if libedit isn't
installed. * plugins/Makefile.am (SUBDIRS): built without libedit plugin if it's not available.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index fc13c6d..0d79d52 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,5 +1,9 @@
NULL =
-SUBDIRS = debug libedit test
+SUBDIRS = debug test
+
+if ENABLE_LIBEDIT
+SUBDIRS += libedit
+endif
EXTRA_DIST = \
$(NULL)