mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-10-06 12:10:03 +00:00
configure: fix a bashism
This commit is contained in:
committed by
Daniel Stenberg
parent
2d5ed6400b
commit
766a5aaf86
@ -842,7 +842,7 @@ CARES_PRIVATE_LIBS="$LIBS"
|
||||
AC_SUBST(CARES_PRIVATE_LIBS)
|
||||
|
||||
CARES_CFLAG_EXTRAS=""
|
||||
if test X"$want_werror" == Xyes; then
|
||||
if test X"$want_werror" = Xyes; then
|
||||
CARES_CFLAG_EXTRAS="-Werror"
|
||||
fi
|
||||
AC_SUBST(CARES_CFLAG_EXTRAS)
|
||||
|
Reference in New Issue
Block a user