diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 45492a1..6c0e7d6 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" |