diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-16 10:13:30 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-16 10:13:30 -0400 |
commit | dc9e683bddf52e0720f5e74e3349533c9ee9f97a (patch) | |
tree | ba548b81f3f18d9aa1d2afa22ef2e1f3f145656e /configure | |
parent | 2f5222ea2a4d549b4f269c11d34016fc7dc58dde (diff) | |
download | lynx-snapshots-dc9e683bddf52e0720f5e74e3349533c9ee9f97a.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-67
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index f6377489..3240af4b 100755 --- a/configure +++ b/configure @@ -5224,7 +5224,7 @@ fi echo "$ac_t""$cf_cv_type_unionwait" 1>&6 test $cf_cv_type_unionwait = yes && cat >> confdefs.h <<\EOF -#define HAVE_TYPE_UNIONWAIT 1 +#define HAVE_TYPE_UNION_WAIT 1 EOF |