diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d876bde32..db04447fe 100644 --- a/configure.ac +++ b/configure.ac @@ -2466,7 +2466,7 @@ if test "x$enable_shared" = "xyes"; then else build_libhostname=no fi -AM_CONDITIONAL(BUILD_LIBHOSTNAME, test x$tests_use_libhostname = xyes) +AM_CONDITIONAL(BUILD_LIBHOSTNAME, test x$build_libhostname = xyes) CURL_CHECK_OPTION_THREADED_RESOLVER |