From: Behdad Esfahbod Date: Thu, 5 May 2011 23:47:12 +0000 (-0400) Subject: Remove win32-dll libtool flag X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ca7571ef91754274f6c84bbf988962d74a74098;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Remove win32-dll libtool flag Since we're not win32-dll clean the way libtool docs define it. --- diff --git a/configure.ac b/configure.ac index c0ff166..31b03d5 100644 --- a/configure.ac +++ b/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)