summaryrefslogtreecommitdiffstats
path: root/rules/mc.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-03-08 09:46:45 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-03-08 09:46:45 +0000
commitd677eefe17456ed5bd23113f093fd052654170de (patch)
tree66f3823283fff268b28661fe57676868716734de /rules/mc.in
parent051c24cf9499d8a084c0ddb3780f116869c11376 (diff)
downloadptxdist-d677eefe17456ed5bd23113f093fd052654170de.tar.gz
ptxdist-d677eefe17456ed5bd23113f093fd052654170de.tar.xz
* mc.in: Using correct default symbol for MMI preference
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7033 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/mc.in')
-rw-r--r--rules/mc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/mc.in b/rules/mc.in
index 2b90a46fe..0a45644d2 100644
--- a/rules/mc.in
+++ b/rules/mc.in
@@ -13,13 +13,13 @@ comment "build options ---"
choice
prompt "Kind of MMI"
- default ROOTFS_ETC_INITD_CVS_DEFAULT
+ default MC_USES_NO_PREFERENCE
depends on MC
config MC_USES_NO_PREFERENCE
bool "no preference"
help
- Build midnight commander without any external library
+ Build midnight commander without any external library preference
config MC_USES_NCURSES
bool "Use ncurses"