about summary refs log tree commit diff stats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-10-05 01:33:25 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1998-10-05 01:33:25 -0400
commit753bdc89883fa43ff68ac89880aa06d5b9e7251f (patch)
tree4a1f500f2bb19460515401fdf3d6ef056410ece9 /aclocal.m4
parent5d4274cacfd5304314b484a46475d3df53bdfb6d (diff)
downloadlynx-snapshots-753bdc89883fa43ff68ac89880aa06d5b9e7251f.tar.gz
snapshot of project "lynx", label v2-8-1pre_8
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
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