Skip to content

Commit

Permalink
configure: fix --disable-headers-api
Browse files Browse the repository at this point in the history
Fixes #9134
Reported-by: Michał Antoniak
  • Loading branch information
bagder committed Jul 12, 2022
1 parent 72516ba commit ebd3eb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -4057,13 +4057,13 @@ AC_ARG_ENABLE(headers-api,
AS_HELP_STRING([--enable-headers-api],[Enable headers-api support])
AS_HELP_STRING([--disable-headers-api],[Disable headers-api support]),
[ case "$enableval" in
*)
AC_MSG_RESULT(yes)
;;
no) AC_MSG_RESULT(no)
curl_headers_msg="no (--enable-headers-api)"
AC_DEFINE(CURL_DISABLE_HEADERS_API, 1, [disable headers-api])
;;
*)
AC_MSG_RESULT(yes)
;;
esac ],
AC_MSG_RESULT(yes)
)
Expand Down

0 comments on commit ebd3eb7

Please sign in to comment.