Skip to content

Commit

Permalink
fixup: Polish warning text
Browse files Browse the repository at this point in the history
Do not warn about "make check" failing twice.
We already have code dedicated to that warning.

Do not try to predict whether Squid will build
(the admin will observe that outcome anyway).
Focus on the missing features instead.
  • Loading branch information
rousskov authored Sep 18, 2024
1 parent b1abe14 commit 8b19e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RM="$RM -f"

PKG_PROG_PKG_CONFIG
AS_IF([test "x$PKG_CONFIG" = "x"],[
AC_MSG_WARN([pkg-config not found. Squid might still build but miss some features, and 'make check' might fail])
AC_MSG_WARN([pkg-config not found. Many optional features with external dependencies will not be enabled by default, usually without further warnings.])
])


Expand Down

0 comments on commit 8b19e64

Please sign in to comment.