summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2006-02-24 17:01:57 +0000
committerMatthieu Herrb <matthieu.herrb@laas.fr>2006-02-24 17:01:57 +0000
commit01a0bf881ada03ca3c27bdef7423c760c3bc2f9c (patch)
tree0b56169653bc3d6e4fd25414f09deced2087b78b /configure.ac
parentd3e1587c20c155b7873b6646ddf0b96f806f8a7f (diff)
OpenBSD supports PCVT and WSCONS. PCCONS is long gone.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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*)