Skip to content

Commit

Permalink
more portable test
Browse files Browse the repository at this point in the history
  • Loading branch information
yadij committed Sep 17, 2024
1 parent 03c2fa0 commit 6caa870
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 @@ -117,7 +117,7 @@ dnl Libtool 2.2.6 requires: rm -f
RM="$RM -f"

PKG_PROG_PKG_CONFIG
AS_IF([test -z "$PKG_CONFIG"],[
AS_IF([test "x$PKG_CONFIG" = "x"],[
AC_MSG_ERROR([pkg-config is required to compile Squid. Please install and then re-run configure ])
])

Expand Down

0 comments on commit 6caa870

Please sign in to comment.