Remove win32-dll libtool flag
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 5 May 2011 23:47:12 +0000 (19:47 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 5 May 2011 23:47:12 +0000 (19:47 -0400)
Since we're not win32-dll clean the way libtool docs define it.

configure.ac

index c0ff166..31b03d5 100644 (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)