From 90bdf86429dbaaf34530feacd24bbf29ab09a4a3 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 22 Nov 1995 00:49:42 +0000 Subject: * configure.in (targargs): Fix typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a50e49c..7e8eb3c 100644 --- a/configure.in +++ b/configure.in @@ -665,7 +665,7 @@ targargs=`echo "${arguments}" | \ # sorts of decisions they want to make on this basis. Please consider # this option to be deprecated. FIXME. if [ x${is_cross_compiler} = xyes ]; then - targargs="--with-cross-host=${host_alias} $[targargs}" + targargs="--with-cross-host=${host_alias} ${targargs}" fi targargs="--host=${target_alias} ${targargs}" -- cgit v1.1