--- old/common/autoconf/configure.ac 2015-06-11 12:38:20.657144136 +0200 +++ new/common/autoconf/configure.ac 2015-06-11 12:38:20.569140401 +0200 @@ -82,6 +82,9 @@ BASIC_INIT BASIC_SETUP_FUNDAMENTAL_TOOLS +# Check if we have devkits, extra paths or sysroot set. +BASIC_SETUP_DEVKIT + # Now we can determine OpenJDK build and target platforms. This is required to # have early on. PLATFORM_SETUP_OPENJDK_BUILD_AND_TARGET @@ -101,9 +104,6 @@ # With basic setup done, call the custom early hook. CUSTOM_EARLY_HOOK -# Check if we have devkits, extra paths or sysroot set. -BASIC_SETUP_DEVKIT - # To properly create a configuration name, we need to have the OpenJDK target # and options (variants and debug level) parsed. BASIC_SETUP_OUTPUT_DIR