diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-13 22:43:38 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-13 22:43:38 +0000 |
commit | 929f718b237bbc9193ad9be1d18457ac12c23905 (patch) | |
tree | c4b8821e43bca5085e72448eb9bfba9e179f8a98 /extra/Configs/Config.in | |
parent | 7993e170de6c401c6ce00b26411f8f55944cdf54 (diff) |
Only build the ncurses stuff when it is needed, based on a
patch from Stefan Allius (though the extra/config/Makefile
rework is mine),
-Erik
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 2945a94ba..6dd0c4e20 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2,6 +2,9 @@ # For a description of the syntax of this configuration file, # see extra/config/Kconfig-language.txt # +config HAVE_DOT_CONFIG + bool + default y menu "General Library Settings" |