From 2eab230d9bd3f73ffe1b5a42111f89e85904ee11 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Tue, 14 Nov 2006 16:37:18 -0600 Subject: [PATCH] For NetBSD, define PCVT_SUPPORT (System has PCVT console). Noticed by Joerg Sonnenberger. This fixes problem with console switching. This was in original imake NetBSD.cf. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 048712e39..2108db4d3 100644 --- a/configure.ac +++ b/configure.ac @@ -282,6 +282,7 @@ case $host_os in *netbsd*) 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 PCVT console]) AC_DEFINE(WSCONS_SUPPORT, 1, [System has wscons console]) DRI=yes ;;