Explorar o código

AC_DISABLE_STATIC needed to be called before LIBTOOL

Patch provided by Barry Brumbine.
Stéphane Raimbault %!s(int64=14) %!d(string=hai) anos
pai
achega
417a3a38b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -60,10 +60,10 @@ AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "true")
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_CXX
+AC_DISABLE_STATIC
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 AC_PROG_MAKE_SET
-AC_DISABLE_STATIC
 AC_PROG_LIBTOOL
 AC_CHECK_HEADERS([ \
     termios.h \