common/autoconf/basics.m4

changeset 756
b2b87e9e8683
parent 754
78aaf5d3314d
child 801
7697621037fd
     1.1 --- a/common/autoconf/basics.m4	Mon Jul 01 15:40:27 2013 +0200
     1.2 +++ b/common/autoconf/basics.m4	Tue Jul 02 15:07:05 2013 +0200
     1.3 @@ -362,9 +362,8 @@
     1.4  
     1.5  AC_ARG_WITH([tools-dir], [AS_HELP_STRING([--with-tools-dir],
     1.6    [search this directory for compilers and tools (for cross-compiling)])], 
     1.7 -  [TOOLS_DIR=$with_tools_dir
     1.8 -   BASIC_FIXUP_PATH([TOOLS_DIR])
     1.9 -  ])
    1.10 +  [TOOLS_DIR=$with_tools_dir]
    1.11 +)
    1.12  
    1.13  AC_ARG_WITH([devkit], [AS_HELP_STRING([--with-devkit],
    1.14    [use this directory as base for tools-dir and sys-root (for cross-compiling)])],

mercurial