common/autoconf/basics.m4
changeset 18427 97349ca6a705
parent 18425 768f15fff30a
child 19763 f234bbfc5ab3
--- a/common/autoconf/basics.m4	Mon Jul 01 15:40:27 2013 +0200
+++ b/common/autoconf/basics.m4	Tue Jul 02 15:07:05 2013 +0200
@@ -362,9 +362,8 @@
 
 AC_ARG_WITH([tools-dir], [AS_HELP_STRING([--with-tools-dir],
   [search this directory for compilers and tools (for cross-compiling)])], 
-  [TOOLS_DIR=$with_tools_dir
-   BASIC_FIXUP_PATH([TOOLS_DIR])
-  ])
+  [TOOLS_DIR=$with_tools_dir]
+)
 
 AC_ARG_WITH([devkit], [AS_HELP_STRING([--with-devkit],
   [use this directory as base for tools-dir and sys-root (for cross-compiling)])],