diff --git a/ChangeLog b/ChangeLog index b29e744a1..892972828 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-24 Matthieu Herrb + + * configure.ac: + OpenBSD supports PCVT and WSCONS. PCCONS is long gone. + 2006-02-23 Adam Jackson * exa/exa_render.c: 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*)