configure: fix `test ==` usage
authorMike Frysinger <vapier@gentoo.org>
Sun, 10 Apr 2016 00:02:48 +0000 (20:02 -0400)
committerDongkyun, Son <dongkyun.s@samsung.com>
Sun, 22 May 2016 13:27:00 +0000 (22:27 +0900)
commitd86a3ff98fa7204e8b2be0a84f4c67e95c0292aa
treeafef425dd5ef292f2680fcb79b7489ad66a5af9c
parentd84f5c138d0f79af0ef74af744e4f194af941164
configure: fix `test ==` usage

POSIX defines the = operator, but not ==.  Fix the few places where we
incorrectly used ==.

(cherry picked from commit b2d4456b333970ab4cb01ed8045b9a8d2c4832f3)
ChangeLog
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac