aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
commit4e909ee8b1e7e9f174af629615224180568a7e92 (patch)
treef24ec9c107c49ba6522ffdccd35362f555c03cf2 /configure.ac
parent95df5d042c82871ef889e66a842e3fd4ef55e861 (diff)
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6d4d69347..67289e678 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1881,7 +1881,7 @@ else
dnl fi
dnl poke around for inet_ntoa_r()
- CURL_CHECK_INET_NTOA_R()
+ dnl the old inet_ntoa_r check was done here
dnl is there a localtime_r()
dnl the old localtime_r check was done here
@@ -2116,7 +2116,6 @@ AC_CHECK_FUNCS([basename \
getrlimit \
gettimeofday \
inet_addr \
- inet_ntoa \
inet_pton \
perror \
pipe \