Explorar el Código

Init libtool after all checks to have the good compilers

Corentin Salingue hace 8 años
padre
commit
d9c44b7d71
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4 3
      configure.ac

+ 4 - 3
configure.ac

@@ -94,9 +94,6 @@ if test x$enable_perf_debug = xyes; then
     enable_shared=no
 fi
 
-LT_PREREQ([2.2])
-LT_INIT([win32-dll])
-
 AC_PROG_INSTALL
 AC_PROG_MKDIR_P
 AC_PROG_LN_S
@@ -3108,6 +3105,10 @@ AH_BOTTOM([
 SANITIZE=$(echo $CFLAGS | grep sanitize)
 AM_CONDITIONAL(STARPU_SANITIZE, test -n "$SANITIZE")
 
+#init libtool after all checks to have all compilers correctly defined
+LT_PREREQ([2.2])
+LT_INIT([win32-dll])
+
 AC_OUTPUT([
 	Makefile
 	src/Makefile