1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

configure.ac: disable static libraries by default

This commit is contained in:
David Seifert
2022-03-30 16:51:16 +02:00
parent 438209f3e1
commit dff686883c

View File

@@ -61,7 +61,7 @@ AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint)
AC_PATH_PROG(XSLTPROC, xsltproc, /usr/bin/xsltproc)
PKG_PROG_PKG_CONFIG
LT_INIT
LT_INIT([disable-static])
dnl
dnl if the system support linker version scripts for symbol versioning