Remove win32-dll libtool flag

Since we're not win32-dll clean the way libtool docs define it.
This commit is contained in:
Behdad Esfahbod 2011-05-05 19:47:12 -04:00
parent 174e3fe89b
commit 7ca7571ef9

View File

@ -21,7 +21,7 @@ AC_PROG_CXX
# Initialize libtool
LT_PREREQ([2.2])
LT_INIT([win32-dll])
LT_INIT([])
# Functions and headers
AC_CHECK_FUNCS(mprotect sysconf getpagesize)