diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-05 01:33:25 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-10-05 01:33:25 -0400 |
commit | 753bdc89883fa43ff68ac89880aa06d5b9e7251f (patch) | |
tree | 4a1f500f2bb19460515401fdf3d6ef056410ece9 /configure | |
parent | 5d4274cacfd5304314b484a46475d3df53bdfb6d (diff) | |
download | lynx-snapshots-753bdc89883fa43ff68ac89880aa06d5b9e7251f.tar.gz |
snapshot of project "lynx", label v2-8-1pre_8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index bd68ccfb..03fe0aa8 100755 --- a/configure +++ b/configure @@ -8558,7 +8558,7 @@ fi echo "$ac_t""$cf_cv_termio_and_curses" 1>&6 -test $cf_cv_termio_and_curses = no && cat >> confdefs.h <<\EOF +test $cf_cv_termio_and_curses = yes && cat >> confdefs.h <<\EOF #define TERMIO_AND_CURSES 1 EOF |