From 61efc800192945b33cdb2bba51efbdfd133d84d4 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Mon, 17 Oct 2005 12:56:37 +0000 Subject: configure.in (bfin-*-*): Use test, not brackets, in if statement. * configure.in (bfin-*-*): Use test, not brackets, in if statement. * configure: Regenerate. From-SVN: r105500 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9a30a396c4c..2131c6cb725 100755 --- a/configure +++ b/configure @@ -1294,7 +1294,7 @@ case "${target}" in ;; bfin-*-*) noconfigdirs="$noconfigdirs target-libgloss gdb" - if x${is_cross_compiler} != xno ; then + if test x${is_cross_compiler} != xno ; then target_configdirs="${target_configdirs} target-bsp target-cygmon" fi ;; -- cgit v1.2.1