]> 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:14:00 +0000 (20:14 -0400)
commitb075014783f7fff739ed0c5cdd7c01379dc9f5ea
tree63345595a0cf9cdf960f92686882f1e58620bce5
parent72ea3397b7fa7c6fc51229b22b992b456fa22c2e
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 f1e182acaaa84e844eb96462a92ba532e1c1fff4)
sysdeps/i386/configure
sysdeps/i386/configure.ac
sysdeps/x86_64/configure
sysdeps/x86_64/configure.ac