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/configure.ac | |
parent | 9c4333a9191c459ffbe20dba7091376c5a142ca2 (diff) |
Don't build the PCVT console backend anymore.
Diffstat (limited to 'xserver/configure.ac')
-rw-r--r-- | xserver/configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 |