common/autoconf/configure.ac

changeset 868
6f19b2440412
parent 839
174a54ce39c4
child 972
f3697e0783e2
     1.1 --- a/common/autoconf/configure.ac	Tue Oct 22 16:41:34 2013 -0700
     1.2 +++ b/common/autoconf/configure.ac	Wed Oct 23 13:05:58 2013 +0200
     1.3 @@ -177,6 +177,9 @@
     1.4  #
     1.5  ###############################################################################
     1.6  
     1.7 +# After we have toolchain, we can compile fixpath. It's needed by the lib checks.
     1.8 +BASIC_COMPILE_FIXPATH
     1.9 +
    1.10  LIB_SETUP_INIT
    1.11  LIB_SETUP_X11
    1.12  LIB_SETUP_CUPS
    1.13 @@ -185,8 +188,6 @@
    1.14  LIB_SETUP_MISC_LIBS
    1.15  LIB_SETUP_STATIC_LINK_LIBSTDCPP
    1.16  
    1.17 -# After we have toolchain and the paths to all libraries (needed by msys), we can compile the fixpath helper
    1.18 -BASIC_COMPILE_FIXPATH
    1.19  
    1.20  ###############################################################################
    1.21  #

mercurial