From cfbdbf978355eab30ae24e57d4437b6536f56298 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 9 Aug 2010 13:06:27 +0200 Subject: build: fix previous push --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3