commit | 4a79c0e9e149fa16e97aea6841d7efd71c775b50 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Sep 08 10:01:07 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Sep 08 10:01:07 2004 +0000 |
tree | 8eea4393a64c9bedaf8bff2c95cb40c61f735558 | |
parent | fd7a4c8c2887187e901809d89997deefb8b99d97 [diff] |
Patrick Huesmann noticed BusyBox would not link when CONFIG_FEATURE_COMMAND_EDITING was defined *and* CONFIG_FEATURE_COMMAND_TAB_COMPLETION was undefined. Vladimir N. Oleynik writes: Its declare always, also if CONFIG_FEATURE_COMMAND_TAB_COMPLETION undefined. Patch to CVS version attached. --w vodz