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
No known key found for this signature in database
GPG Key ID: CE36E117202E3842

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