diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-06-29 11:22:39 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-29 11:22:39 +0000 |
| commit | f633ab688b4a9a4670c99efa1ebbfee2223db605 (patch) | |
| tree | 9268189a7fbf3014dbd45c132f80bf5758aae654 | |
| parent | 808621ab2256ba42c4d76ab73fe32e2044d93a4d (diff) | |
commented out the check for gethostbyname_r() as we no longer use it
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 29d31bd47..5f09705ba 100644 --- a/configure.ac +++ b/configure.ac @@ -1014,7 +1014,7 @@ else CURL_CHECK_GETHOSTBYNAME_R() dnl dig around for gethostbyaddr_r() - CURL_CHECK_GETHOSTBYADDR_R() + dnl CURL_CHECK_GETHOSTBYADDR_R() fi dnl poke around for inet_ntoa_r() |
