Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e71fabe authored by Arnaud Lacombe's avatar Arnaud Lacombe Committed by Michal Marek
Browse files

kconfig: do not define AUTOCONF_INCLUDED



AUTOCONF_INCLUDED is not checked is not used within the tree and its parent
header, `autoconf.h', is safe to be re-included.

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent a44a11e9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -833,8 +833,7 @@ int conf_write_autoconf(void)
		       " * Automatically generated C config: don't edit\n"
		       " * %s\n"
		       " * %s"
		       " */\n"
		       "#define AUTOCONF_INCLUDED\n",
		       " */\n",
		       rootmenu.prompt->text, ctime(&now));

	for_all_symbols(i, sym) {