Unidiff1 files changed, 6 insertions, 0 deletions
|
diff --git a/config.in b/config.in index d30f70b..6b63da1 100644 --- a/ config.in+++ b/ config.in |
|
@@ -79,2 +79,6 @@ config OPTIMIZATIONS |
79 | |
79 | |
| |
80 | config EXPERIMENTAL |
| |
81 | bool "Prompt for development and/or incomplete items" |
| |
82 | default y |
| |
83 | |
80 | endmenu |
84 | endmenu |
@@ -157,3 +161,5 @@ endmenu |
157 | comment "" |
161 | comment "" |
| |
162 | depends on EXPERIMENTAL |
158 | menu "Experimental" |
163 | menu "Experimental" |
| |
164 | depends on EXPERIMENTAL |
159 | source libopie2/config.in |
165 | source libopie2/config.in |
|