summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-11 00:00:40 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-11 00:00:40 +0000
commit7559b94331de6615ae2a2312f3f7efa4cc46a4c3 (patch)
treed9cb58da3b50a03bb9d40718c3f7ca9da73ea0ac /aclocal.m4
parentfe848e93865384db7457d3b01aad298a6f785be7 (diff)
Regenerated.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 582e0a8e7b..c995e45c4c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -94,7 +94,7 @@ cross_compiling=$ac_cv_prog_cc_cross
AC_DEFUN(LIBC_PROG_FOO_GNU,
[# Most GNU programs take a -v and spit out some text including
# the word 'GNU'. Some try to read stdin, so give them /dev/null.
-if $1 -v </dev/null 2>&1 | grep -q GNU; then
+if $1 -v </dev/null 2>&1 | grep GNU 2>&1 > /dev/null; then
$2
else
$3