No point in even considering mergelibs for Android or iOS

Change-Id: I2b587946f094cd4e83f4148d6e3359452ec36bf6
This commit is contained in:
Tor Lillqvist
2013-04-12 02:37:46 +03:00
parent ebb09ee4f0
commit 873d2149f7

View File

@@ -11633,8 +11633,15 @@ fi
# ===================================================================
AC_MSG_CHECKING([whether to create huge library])
MERGELIBS=
if test $_os = iOS -o $_os = Android; then
# Never any point in mergelibs for these as we build just static
# libraries anyway...
enable_mergelibs=no
fi
if test "$enable_mergelibs" != "no"; then
if test $_os != Linux -a $_os != Android -a $_os != WINNT; then
if test $_os != Linux -a $_os != WINNT; then
add_warning "--enable-mergelibs is not tested for this platform"
fi
if test "$enable_mergelibs" = "all"; then