summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-08 16:33:46 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-08 16:40:43 (EDT)
commita311f3a973c9dc485a0273186b6bb07de874055f (patch)
tree08f83230787543cac120ccc848928ce013441ebe /build
parentc12defe0d7675c198ec9e36063ee8b1c7e787ecb (diff)
build: Drop --with-readline
And drop B-Ds. bc's Readline line editing apparently now requires Flex (cf. configure.ac line 108 in the upstream source). We should probably drop this feature anyway, to keep binaries small and dependencies minimal.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index bf444f1..290e764 100755
--- a/build
+++ b/build
@@ -6,7 +6,7 @@ nop:
@:
configure:
- oh-autoconfigure -- --with-readline
+ oh-autoconfigure
touch $@
build: configure