]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Do not use == as it is not portable. Use = instead.
authorFlorian Krohm <florian@eich-krohm.de>
Sat, 22 Feb 2014 18:38:32 +0000 (18:38 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sat, 22 Feb 2014 18:38:32 +0000 (18:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13832

configure.ac

index 71c05159a07b0c002716830b3542c588a4c9e2d5..ece5faaa5ecfe8121b600d7ef68819d0f56268ce 100644 (file)
@@ -1961,7 +1961,7 @@ CFLAGS=$safe_CFLAGS
 # (Pedantically if the linker is gold then -Ttext is fine, but newer
 # gold versions also support -Ttext-segment. So just assume that unless
 # we can use -Ttext-segment we need to strip the build-id NOTEs.
-if test "x${linker_using_t_text}" == "xyes"; then
+if test "x${linker_using_t_text}" = "xyes"; then
 AC_MSG_NOTICE([ld -Ttext used, need to strip build-id NOTEs.])
 # does the linker support -Wl,--build-id=none ?  Note, it's
 # important that we test indirectly via whichever C compiler