From: Behdad Esfahbod Date: Thu, 5 May 2011 23:47:59 +0000 (-0400) Subject: Add disable-static libtool flag X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ff819f6571fd0d570f271162d7a30d97ee64148;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Add disable-static libtool flag No one who builds harfbuzz static uses the autotools build system to do it. --- diff --git a/configure.ac b/configure.ac index 31b03d5..761a213 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PROG_CXX # Initialize libtool LT_PREREQ([2.2]) -LT_INIT([]) +LT_INIT([disable-static]) # Functions and headers AC_CHECK_FUNCS(mprotect sysconf getpagesize)