remove mergelibs warning from configure

It is now known working on Linux/macOS/Windows

Change-Id: Ib529a002a88cc94798a6707af7319ce9e25aca48
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164169
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin 2024-02-29 19:45:45 +02:00 committed by Noel Grandin
parent 78065e3798
commit 38ec9348ee

View file

@ -14871,17 +14871,11 @@ fi
if test -n "$enable_mergelibs" -a "$enable_mergelibs" != "no"; then
if test "$enable_mergelibs" = "more"; then
if test $_os != Linux; then
add_warning "--enable-mergelibs=more is not tested for this platform"
fi
MERGELIBS="TRUE"
MERGELIBS_MORE="TRUE"
AC_MSG_RESULT([yes (more)])
AC_DEFINE(ENABLE_MERGELIBS)
elif test "$enable_mergelibs" = "yes" -o "$enable_mergelibs" = ""; then
if test $_os != Linux -a $_os != WINNT; then
add_warning "--enable-mergelibs is not tested for this platform"
fi
MERGELIBS="TRUE"
AC_MSG_RESULT([yes])
AC_DEFINE(ENABLE_MERGELIBS)