Add disable-static libtool flag
No one who builds harfbuzz static uses the autotools build system to do it.
This commit is contained in:
parent
7ca7571ef9
commit
9ff819f657
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue