]> git.ipfire.org Git - thirdparty/glibc.git/commit
configure: fix `test ==` usage gentoo/2.22
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:13:40 +0000 (20:13 -0400)
commit402fa33cf0815f04b2d621ce57418d71b432740a
tree836211e971dcf2560b6e5121b7a4401400b3eadf
parent2f012b713af72215364cd233853335297729fb4e
configure: fix `test ==` usage

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

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