configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5111a0b9bf3c36cd01beefbc6e47fd45836877d3 Author: René Engelhard <r...@debian.org> AuthorDate: Wed Feb 14 18:21:50 2024 +0100 Commit: René Engelhard <r...@debian.org> CommitDate: Wed Feb 14 18:52:58 2024 +0100
Revert "configure: clean up not needed abseil libs for the system-abseil case" This reverts commit 89a0933968e4b9160613707301d1f5dd36d97282. Reason for revert: we still need absl_inlined_vector, Linking test doesn't work, this is header-only but we should check for it being there to be sure Change-Id: I55b4d645876d7080ee41917413e02cba930c9060 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163349 Tested-by: René Engelhard <r...@debian.org> Reviewed-by: René Engelhard <r...@debian.org> diff --git a/configure.ac b/configure.ac index fc0fd16524f3..48b325790b80 100644 --- a/configure.ac +++ b/configure.ac @@ -12246,7 +12246,7 @@ if test "$ENABLE_PDFIUM" = "TRUE"; then AC_MSG_RESULT([external]) SYSTEM_ABSEIL=TRUE AC_LANG_PUSH([C++]) - PKG_CHECK_MODULES(ABSEIL, absl_bad_variant_access ) + PKG_CHECK_MODULES(ABSEIL, absl_bad_optional_access absl_bad_variant_access absl_inlined_vector ) AC_LANG_POP([C++]) ABSEIL_CFLAGS=$(printf '%s' "$ABSEIL_CFLAGS" | sed -e "s/-I/${ISYSTEM?}/g") FilterLibs "${ABSEIL_LIBS}"