diff options
| author | Yang Tse <yangsita@gmail.com> | 2010-08-09 13:06:27 +0200 |
|---|---|---|
| committer | Yang Tse <yangsita@gmail.com> | 2010-08-09 13:06:27 +0200 |
| commit | cfbdbf978355eab30ae24e57d4437b6536f56298 (patch) | |
| tree | 0db22bab6a3403c39a3634714cfabdbee6e5658a | |
| parent | b24e87250241c97c23f7c71c0ab9de74e793b8cc (diff) | |
build: fix previous push
| -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 |
