diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7492,8 +7492,8 @@ done EOF - echo $ac_n "checking if struct socklen_t is defined""... $ac_c" 1>&6 -echo "configure:7497: checking if struct socklen_t is defined" >&5 + echo $ac_n "checking if socklen_t is defined""... $ac_c" 1>&6 +echo "configure:7497: checking if socklen_t is defined" >&5 cat > conftest.$ac_ext <<EOF #line 7499 "configure" #include "confdefs.h" @@ -7517,7 +7517,7 @@ EOF if { (eval echo configure:7518: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* cat >> confdefs.h <<\EOF -#define HAVE_STRUCT_SOCKLEN_T 1 +#define HAVE_SOCKLEN_T 1 EOF echo "$ac_t""yes" 1>&6 else |