diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-02-24 17:01:57 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2006-02-24 17:01:57 +0000 |
commit | 01a0bf881ada03ca3c27bdef7423c760c3bc2f9c (patch) | |
tree | 0b56169653bc3d6e4fd25414f09deced2087b78b /configure.ac | |
parent | d3e1587c20c155b7873b6646ddf0b96f806f8a7f (diff) |
OpenBSD supports PCVT and WSCONS. PCCONS is long gone.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2a5b79289..ff6d7447f 100644 --- a/configure.ac +++ b/configure.ac @@ -239,7 +239,7 @@ case $host_os in ;; *openbsd*) AC_DEFINE(CSRG_BASED, 1, [System is BSD-like]) - AC_DEFINE(PCCONS_SUPPORT, 1, [System has PC console]) + AC_DEFINE(PCVT_SUPPORT, 1, [System has PC console]) AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console]) ;; *linux*) |