configure: fix a bashism
authorPeter Pentchev <roam@ringlet.net>
Sun, 19 Dec 2010 22:20:58 +0000 (23:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 19 Dec 2010 22:20:58 +0000 (23:20 +0100)
configure.ac

index 35d793a..ec1b8b4 100644 (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)