]> git.ipfire.org Git - thirdparty/glibc.git/commit
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:06:24 +0000 (20:06 -0400)
commitf1e182acaaa84e844eb96462a92ba532e1c1fff4
tree6eb9d45379804b1051dd1ed7a723743b1e4a1084
parent146b58d11fddbef15b888906e3be4f33900c416f
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/i386/configure
sysdeps/i386/configure.ac
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac