diff options
author | Brian Cameron <bcameron@src.gnome.org> | 2003-08-13 08:59:49 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2003-08-13 08:59:49 +0000 |
commit | 85b13d85bf180ded7a6ca43928d43b034abc401f (patch) | |
tree | 3ae329b184794e5ce2834139e7a8e80bce6b3b8a /acconfig.h | |
parent | c0052fcf4af5afe8700974e6b50570a7e9d551a5 (diff) | |
download | gdm-85b13d85bf180ded7a6ca43928d43b034abc401f.tar.gz |
add check for fbconsole (fallback (console) add call to start fbconsole
* acconfig.h, configure.in: add check for fbconsole (fallback
(console)
* daemon/server.c: add call to start fbconsole (if present)
after the Xserver starts.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #undef ENABLE_NLS #undef HAVE_CATGETS #undef HAVE_DEFOPEN +#undef HAVE_FBCONSOLE #undef HAVE_GETTEXT #undef HAVE_LC_MESSAGES #undef HAVE_STPCPY |