diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-05-09 16:14:59 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-05-09 16:14:59 -0400 |
commit | 8bbc1032fd7c8d3bfc33738e5c127d0ddb93803b (patch) | |
tree | 69b14c9f48deb7ced1b62ca76811d73dcc4bdd02 /configure | |
parent | cfc7d818c54c292f8bd77c06fbf826f333011e4e (diff) | |
download | lynx-snapshots-8bbc1032fd7c8d3bfc33738e5c127d0ddb93803b.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6a
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure index 26638fdf..f8bdf4a4 100755 --- a/configure +++ b/configure @@ -27850,8 +27850,8 @@ cat >>confdefs.h <<EOF #define SIZEOF_INT $ac_cv_sizeof_int EOF -if test "${ac_cv_type_int:+set}" = set; then - if test "${ac_cv_sizeof_int:+set}" != set; then +if test "${ac_cv_type_int+set}" = set; then + if test "${ac_cv_sizeof_int+set}" != set; then { echo "$as_me:27855: WARNING: using 4 for sizeof int" >&5 echo "$as_me: WARNING: using 4 for sizeof int" >&2;} ac_cv_sizeof_int=4 @@ -28099,8 +28099,8 @@ cat >>confdefs.h <<EOF #define SIZEOF_LONG $ac_cv_sizeof_long EOF -if test "${ac_cv_type_long:+set}" = set; then - if test "${ac_cv_sizeof_long:+set}" != set; then +if test "${ac_cv_type_long+set}" = set; then + if test "${ac_cv_sizeof_long+set}" != set; then { echo "$as_me:28104: WARNING: using 4 for sizeof long" >&5 echo "$as_me: WARNING: using 4 for sizeof long" >&2;} ac_cv_sizeof_long=4 @@ -28348,8 +28348,8 @@ cat >>confdefs.h <<EOF #define SIZEOF_OFF_T $ac_cv_sizeof_off_t EOF -if test "${ac_cv_type_off_t:+set}" = set; then - if test "${ac_cv_sizeof_off_t:+set}" != set; then +if test "${ac_cv_type_off_t+set}" = set; then + if test "${ac_cv_sizeof_off_t+set}" != set; then { echo "$as_me:28353: WARNING: using 4 for sizeof off_t" >&5 echo "$as_me: WARNING: using 4 for sizeof off_t" >&2;} ac_cv_sizeof_off_t=4 @@ -28597,8 +28597,8 @@ cat >>confdefs.h <<EOF #define SIZEOF_TIME_T $ac_cv_sizeof_time_t EOF -if test "${ac_cv_type_time_t:+set}" = set; then - if test "${ac_cv_sizeof_time_t:+set}" != set; then +if test "${ac_cv_type_time_t+set}" = set; then + if test "${ac_cv_sizeof_time_t+set}" != set; then { echo "$as_me:28602: WARNING: using 4 for sizeof time_t" >&5 echo "$as_me: WARNING: using 4 for sizeof time_t" >&2;} ac_cv_sizeof_time_t=4 |