diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index daf91d83ec..5506f8cd47 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -2543,7 +2543,7 @@ AC_DEFUN([FIND_LD],[ # Sets $result to 0 if not affected, 1 otherwise AC_DEFUN([CHECK_FOR_GOLD_T22266],[ AC_MSG_CHECKING([for ld.gold object merging bug (binutils 22266)]) - if ! $1 --version | grep -v -q "GNU gold"; then + if ! $1 --version | grep -q "GNU gold"; then # Not gold result=0 elif test "$cross_compiling" = "yes"; then |