Remove win32-dll libtool flag
Since we're not win32-dll clean the way libtool docs define it.
This commit is contained in:
parent
174e3fe89b
commit
7ca7571ef9
|
@ -21,7 +21,7 @@ AC_PROG_CXX
|
||||||
|
|
||||||
# Initialize libtool
|
# Initialize libtool
|
||||||
LT_PREREQ([2.2])
|
LT_PREREQ([2.2])
|
||||||
LT_INIT([win32-dll])
|
LT_INIT([])
|
||||||
|
|
||||||
# Functions and headers
|
# Functions and headers
|
||||||
AC_CHECK_FUNCS(mprotect sysconf getpagesize)
|
AC_CHECK_FUNCS(mprotect sysconf getpagesize)
|
||||||
|
|
Loading…
Reference in New Issue