diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index a7895557..dc8848d0 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1484,7 +1484,7 @@ AC_CACHE_CHECK(if we can include termio.h with curses,cf_cv_termio_and_curses,[ rm -f lynx_cfg.h ]) -test $cf_cv_termio_and_curses = no && AC_DEFINE(TERMIO_AND_CURSES) +test $cf_cv_termio_and_curses = yes && AC_DEFINE(TERMIO_AND_CURSES) ])dnl dnl --------------------------------------------------------------------------- dnl Check if including both termio.h and termios.h die like on DG.UX |