fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / scripts / kconfig / conf.c
index 175e593..0433cc7 100644 (file)
@@ -620,7 +620,7 @@ int main(int ac, char **av)
                        input_mode = ask_silent;
                        valid_stdin = 1;
                }
-       } else if (sym_change_count) {
+       } else if (conf_get_changed()) {
                name = getenv("KCONFIG_NOSILENTUPDATE");
                if (name && *name) {
                        fprintf(stderr, _("\n*** Kernel configuration requires explicit update.\n\n"));