Remove win32-dll libtool flag

Since we're not win32-dll clean the way libtool docs define it.
pull/1/head
Behdad Esfahbod 14 years ago
parent 174e3fe89b
commit 7ca7571ef9
  1. 2
      configure.ac

@ -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)

Loading…
Cancel
Save