commit | 68a03145004155b3a13d1c8431ac5db84e8eedb7 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Wed Dec 07 13:10:40 2016 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Wed Dec 07 17:02:25 2016 +0100 |
tree | f81d2ad64ca712f248c2a98a6b51c7a3f597cff8 | |
parent | dca4ab5d8f34e2e7bc2d971c1c8b83f3273c9a3d [diff] |
build: add configure option --disable-wordcomp to disable word completion (The variable 'pletion_line' is not conditionalized with this option, as it would become messy. The compiler will probably be able to elide it.) When using --enable-tiny, it is not possible to use --enable-wordcomp, because the word completion function uses the undo system.