Skip to content
Snippets Groups Projects
Commit cfbdbf97 authored by Yang Tse's avatar Yang Tse
Browse files

build: fix previous push

parent b24e8725
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment