diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-04-02 16:57:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-04-02 16:57:59 +0000 |
commit | ca914f11b9023767254f244137183ad4db7bda89 (patch) | |
tree | 0a65c327a020e7d0058f703fdecee2c70c0d6948 /xserver | |
parent | 9c4333a9191c459ffbe20dba7091376c5a142ca2 (diff) |
Don't build the PCVT console backend anymore.
Diffstat (limited to 'xserver')
-rw-r--r-- | xserver/configure | 3 | ||||
-rw-r--r-- | xserver/configure.ac | 1 | ||||
-rw-r--r-- | xserver/include/do-not-use-config.h.in | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/xserver/configure b/xserver/configure index 057039bf7..d3dae3e43 100644 --- a/xserver/configure +++ b/xserver/configure @@ -22574,9 +22574,6 @@ $as_echo "#define WSCONS_SUPPORT 1" >>confdefs.h $as_echo "#define CSRG_BASED 1" >>confdefs.h -$as_echo "#define PCVT_SUPPORT 1" >>confdefs.h - - $as_echo "#define WSCONS_SUPPORT 1" >>confdefs.h # Disable use of SIGIO by default; it breaks multi-card diff --git a/xserver/configure.ac b/xserver/configure.ac index 1a0725df2..fbe573cfc 100644 --- a/xserver/configure.ac +++ b/xserver/configure.ac @@ -407,7 +407,6 @@ case $host_os in ;; *openbsd*) AC_DEFINE(CSRG_BASED, 1, [System is BSD-like]) - AC_DEFINE(PCVT_SUPPORT, 1, [System has PC console]) AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console]) # Disable use of SIGIO by default; it breaks multi-card # configurations. We don't want to run thousands of lines of diff --git a/xserver/include/do-not-use-config.h.in b/xserver/include/do-not-use-config.h.in index e41e94666..ca5731f30 100644 --- a/xserver/include/do-not-use-config.h.in +++ b/xserver/include/do-not-use-config.h.in @@ -492,7 +492,7 @@ /* Default PCI text file ID path */ #undef PCI_TXT_IDS_PATH -/* System has PC console */ +/* System has PCVT console */ #undef PCVT_SUPPORT /* Support Present extension */ |