浏览代码

revert -r19534

Corentin Salingue 8 年之前
父节点
当前提交
ed631c81b1
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      configure.ac

+ 3 - 4
configure.ac

@@ -94,6 +94,9 @@ 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
@@ -3105,10 +3108,6 @@ 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