aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2010-08-09 13:06:27 +0200
committerYang Tse <yangsita@gmail.com>2010-08-09 13:06:27 +0200
commitcfbdbf978355eab30ae24e57d4437b6536f56298 (patch)
tree0db22bab6a3403c39a3634714cfabdbee6e5658a /configure.ac
parentb24e87250241c97c23f7c71c0ab9de74e793b8cc (diff)
build: fix previous push
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
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