From: Yang Tse Date: Mon, 9 Aug 2010 11:06:27 +0000 (+0200) Subject: build: fix previous push X-Git-Tag: curl-7_21_1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfbdbf978355eab30ae24e57d4437b6536f56298;p=thirdparty%2Fcurl.git build: fix previous push --- diff --git a/configure.ac b/configure.ac index d876bde32e..db04447fea 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