diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-17 17:36:58 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-17 17:36:58 +0000 |
commit | 33b658a341a5947e9984c1da10c9b359cd077e2f (patch) | |
tree | 27e2fac1f6b00d301592b5fa40a667797e4cc15b /configure.ac | |
parent | df725aade20c6d2d43106fc7b99fea9be613891d (diff) | |
download | curl-33b658a341a5947e9984c1da10c9b359cd077e2f.tar.gz |
Fixed a syntax error
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 228b686e9..5654a4959 100644 --- a/configure.ac +++ b/configure.ac @@ -1840,13 +1840,13 @@ then AC_DEFINE(DISABLED_THREADSAFE, 1, [Set to explicitly specify we don't want to use thread-safe functions]) else - if test "$ipv6" != "yes"; then + dnl if test "$ipv6" != "yes"; then dnl dig around for gethostbyname_r() dnl the old gethostbyname_r check was done here dnl dig around for gethostbyaddr_r() dnl the old gethostbyaddr_r check was here BUT COMMENTED OUT - fi + dnl fi dnl poke around for inet_ntoa_r() CURL_CHECK_INET_NTOA_R() |