Skip to content

Commit

Permalink
Fix --with-netfilter-conntrack error message (squid-cache#225)
Browse files Browse the repository at this point in the history
Typo: The nonexistent directory error should say --with, not --without.
  • Loading branch information
marcosfrm authored and yadij committed Jul 8, 2018
1 parent 95e57cc commit 42129b9
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 @@ -2319,7 +2319,7 @@ case "$with_netfilter_conntrack" in
;;
*)
if test ! -d "$withval" ; then
AC_MSG_ERROR([--without-netfilter-conntrack path does not point to a directory])
AC_MSG_ERROR([--with-netfilter-conntrack path does not point to a directory])
fi
squid_opt_netfilterconntrackpath=$withval
LDFLAGS="-L$squid_opt_netfilterconntrackpath/lib $LDFLAGS"
Expand Down

0 comments on commit 42129b9

Please sign in to comment.