Lines 20-31
Link Here
|
20 |
#include <resolv.h> |
20 |
#include <resolv.h> |
21 |
_ACEOF |
21 |
_ACEOF |
22 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
22 |
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
23 |
@@ -13267,7 +13273,7 @@ |
|
|
24 |
# Check whether --enable-gethostbyname_r or --disable-gethostbyname_r was given. |
25 |
if test "${enable_gethostbyname_r+set}" = set; then |
26 |
enableval="$enable_gethostbyname_r" |
27 |
- disable_gethostbyname_r=$enableval |
28 |
+ test $enableval = yes && disable_gethostbyname_r=no || disable_gethostbyname_r=yes |
29 |
fi; |
30 |
|
31 |
if test "$disable_gethostbyname_r" = "yes"; then |