]> granicus.if.org Git - curl/commitdiff
build: fix previous push
authorYang Tse <yangsita@gmail.com>
Mon, 9 Aug 2010 11:06:27 +0000 (13:06 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 9 Aug 2010 11:06:27 +0000 (13:06 +0200)
configure.ac

index d876bde32eb5d637b9543a1943dcab6c285fe4ca..db04447fea817bd728cd48ad2c7d87e5c6e3b08e 100644 (file)
@@ -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