1
0
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:
Peter Pentchev
2010-12-19 23:20:58 +01:00
committed by Daniel Stenberg
parent 2d5ed6400b
commit 766a5aaf86

View File

@ -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)