diff options
author | Andreas Jaeger <aj@suse.de> | 2001-12-31 06:57:04 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-12-31 06:57:04 +0000 |
commit | d6a97a28123917da789c570d112b89801a5f8f4e (patch) | |
tree | d8bfa54288c924ada8c5354e0c08b29eb1158027 /configure | |
parent | 2903810a7ab7a1a07af9b61debbed326fed5550e (diff) | |
download | glibc-d6a97a28123917da789c570d112b89801a5f8f4e.tar.gz glibc-d6a97a28123917da789c570d112b89801a5f8f4e.tar.xz glibc-d6a97a28123917da789c570d112b89801a5f8f4e.zip |
* configure.in: Don't check for gsed since we do not use it
anywhere.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 3c0329ae0e..81e0cc6521 100755 --- a/configure +++ b/configure @@ -1658,7 +1658,7 @@ if test $ac_verc_fail = yes; then MAKEINFO=: aux_missing="$aux_missing makeinfo" fi -for ac_prog in gsed sed +for ac_prog in sed do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 |