diff options
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index cd5fcc1ec0..6db0600c6d 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1333,7 +1333,7 @@ AC_DEFUN([FP_GCC_VERSION], [ AC_MSG_ERROR([C compiler is required]) fi - if $CC --version | grep --quiet gcc; then + if $CC --version | grep -q gcc; then AC_CACHE_CHECK([version of gcc], [fp_cv_gcc_version], [ # Be sure only to look at the first occurrence of the "version " string; |