Browse Source

configure.ac: AC_LIBTOOL_WIN32_DLL must be called *before* 'AC_PROG_LIBTOOL'

Nathalie Furmento 14 years ago
parent
commit
a2e703967c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -30,8 +30,8 @@ AC_PROG_SED
 AC_PROG_LN_S
 AC_PROG_LN_S
 AC_PROG_F77
 AC_PROG_F77
 
 
-AC_PROG_LIBTOOL
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_WIN32_DLL
+AC_PROG_LIBTOOL
 
 
 AC_PROG_INSTALL
 AC_PROG_INSTALL
 AC_PROG_MKDIR_P
 AC_PROG_MKDIR_P