configure: fix `test ==` usage
authorMike Frysinger <vapier@gentoo.org>
Sun, 10 Apr 2016 00:02:48 +0000 (20:02 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 10 Apr 2016 00:05:13 +0000 (20:05 -0400)
commitb2d4456b333970ab4cb01ed8045b9a8d2c4832f3
tree9da01170c1c07c59a4fb786d7e9d244756b84c62
parent20003c49884422da7ffbc459cdeee768a6fee07b
configure: fix `test ==` usage

POSIX defines the = operator, but not ==.  Fix the few places where we
incorrectly used ==.
ChangeLog
sysdeps/i386/configure
sysdeps/i386/configure.ac
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac