diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 \ |