From dc60c22eae9ea2200d06970a07f5812c35003675 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Wed, 1 May 2002 21:32:32 +0000 Subject: * configure.in (noconfigdirs): Replace [ ] with test. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 45492a19e..6c0e7d69e 100644 --- a/configure.in +++ b/configure.in @@ -809,7 +809,7 @@ case "${target}" in i[3456]86-*-linux*) # This section makes it possible to build newlib natively on linux. # If we are using a cross compiler then don't configure newlib. - if [ x${is_cross_compiler} != xno ] ; then + if test x${is_cross_compiler} != xno ; then noconfigdirs="$noconfigdirs target-newlib" fi noconfigdirs="$noconfigdirs target-libgloss" -- cgit v1.2.3