diff -r 2cc1a52d37ef -r 6f19b2440412 common/autoconf/configure.ac --- a/common/autoconf/configure.ac Tue Oct 22 16:41:34 2013 -0700 +++ b/common/autoconf/configure.ac Wed Oct 23 13:05:58 2013 +0200 @@ -177,6 +177,9 @@ # ############################################################################### +# After we have toolchain, we can compile fixpath. It's needed by the lib checks. +BASIC_COMPILE_FIXPATH + LIB_SETUP_INIT LIB_SETUP_X11 LIB_SETUP_CUPS @@ -185,8 +188,6 @@ LIB_SETUP_MISC_LIBS LIB_SETUP_STATIC_LINK_LIBSTDCPP -# After we have toolchain and the paths to all libraries (needed by msys), we can compile the fixpath helper -BASIC_COMPILE_FIXPATH ############################################################################### #