projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bf8d7f0
)
Regenerated.
author
drepper
<drepper>
Wed, 11 Mar 1998 00:00:40 +0000
(
00:00
+0000)
committer
drepper
<drepper>
Wed, 11 Mar 1998 00:00:40 +0000
(
00:00
+0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
7beb959
..
ef9431d
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1545,7
+1545,7
@@
if eval "test \"`echo '$''{'libc_cv_prog_as_gnu'+set}'`\" = set"; then
else
# 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.
else
# 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 $AS -v </dev/null 2>&1 | grep
-q GNU
; then
+if $AS -v </dev/null 2>&1 | grep
GNU 2>&1 > /dev/null
; then
libc_cv_prog_as_gnu=yes
else
libc_cv_prog_as_gnu=no
libc_cv_prog_as_gnu=yes
else
libc_cv_prog_as_gnu=no
@@
-1563,7
+1563,7
@@
if eval "test \"`echo '$''{'libc_cv_prog_ld_gnu'+set}'`\" = set"; then
else
# 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.
else
# 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 $LD -v </dev/null 2>&1 | grep
-q GNU
; then
+if $LD -v </dev/null 2>&1 | grep
GNU 2>&1 > /dev/null
; then
libc_cv_prog_ld_gnu=yes
else
libc_cv_prog_ld_gnu=no
libc_cv_prog_ld_gnu=yes
else
libc_cv_prog_ld_gnu=no