Add disable-static libtool flag

No one who builds harfbuzz static uses the autotools build system to do it.
This commit is contained in:
Behdad Esfahbod 2011-05-05 19:47:59 -04:00
parent 7ca7571ef9
commit 9ff819f657
1 changed files with 1 additions and 1 deletions

View File

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