about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-04-01 06:53:27 +0000
committerAndreas Jaeger <aj@suse.de>2003-04-01 06:53:27 +0000
commit735881750c5012a4108986d475c8685708ab616d (patch)
tree42562768bc8daa465de85b7ae3890a7a0ddf7763 /configure.in
parent640f0119273fde93038261e493fdda96e7dd7e11 (diff)
downloadglibc-735881750c5012a4108986d475c8685708ab616d.tar.gz
glibc-735881750c5012a4108986d475c8685708ab616d.tar.xz
glibc-735881750c5012a4108986d475c8685708ab616d.zip
* configure.in: Output as/ld as name if version is too old.
2003-04-01  Andreas Jaeger  <aj@suse.de>

	* configure.in: Output as/ld as name if version is too old.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index f48a9e8f10..083929cc38 100644
--- a/configure.in
+++ b/configure.in
@@ -682,10 +682,10 @@ AC_SUBST(MIG)dnl Needed by sysdeps/mach/configure.in
 # Accept binutils 2.13 or newer.
 AC_CHECK_PROG_VER(AS, $AS, --version,
 		  [GNU assembler.* \([0-9]*\.[0-9.]*\)],
-		  [2.1[3-9]*], AS=: critic_missing=t)
+		  [2.1[3-9]*], AS=: critic_missing="$critic_missing as")
 AC_CHECK_PROG_VER(LD, $LD, --version,
 		  [GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
-		  [2.1[3-9]*], LD=: critic_missing=t)
+		  [2.1[3-9]*], LD=: critic_missing="$critic_missing ld")
 
 # We need the physical current working directory.  We cannot use the
 # "pwd -P" shell builtin since that's not portable.  Instead we try to