소스 검색

Replace LT_INIT by AC_ macros in configure.ac

This change is asked by Barry Grumbine to fix build on OpenBSD
Stéphane Raimbault 15 년 전
부모
커밋
a65995df73
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      configure.ac

+ 2 - 1
configure.ac

@@ -63,7 +63,8 @@ AC_PROG_CXX
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL
 AC_PROG_MAKE_SET
-LT_INIT([disable-static])
+AC_DISABLE_STATIC
+AC_PROG_LIBTOOL
 
 # Checks for header files.
 AC_HEADER_STDC