]> 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:08:31 +0000 (20:08 -0400)
commite2c17de539da301c96afa4181347c63eb94d99b1
tree7721e521c0b311b55e61f1f2635209d1c9192df0
parentab753f625e1dd77d388d1db6b9ecae54e871de84
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