autotools: Avoid building non-shared versions of the object files
libtool apparently builds every object twice by default when shared and static objects need to be build differently. As we never use the statically linked objects, avoid building them at all.
This commit is contained in:
parent
a98c9d5084
commit
723f4302e0
@ -24,7 +24,7 @@ fi
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
||||
m4_ifdef([AM_PROG_AR],[AM_PROG_AR])
|
||||
LT_INIT
|
||||
LT_INIT([disable-static])
|
||||
AC_PROG_CC
|
||||
AC_PROG_CC_C99
|
||||
AM_PROG_CC_C_O
|
||||
|
Loading…
x
Reference in New Issue
Block a user