configure.ac |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 0b4510c060dc881fdc7d95379b06a02c413ae051
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Sat Jan 13 19:42:18 2024 +0100
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Sat Jan 13 21:43:12 2024 +0100

    system poppler cannot be used with dbgutil
    
    Change-Id: I88d68e85c25bdaf6f4a06e00e812ac31cd125dfe
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162019
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/configure.ac b/configure.ac
index 299fcba5b011..7bc3f5d65f0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4696,6 +4696,11 @@ if test -n "$enable_dbgutil" -a "$enable_dbgutil" != 
"no"; then
     else
         with_system_zxing=no
     fi
+    if test "$with_system_poppler" = "yes"; then
+        AC_MSG_ERROR([--with-system-poppler conflicts with --enable-dbgutil])
+    else
+        with_system_poppler=no
+    fi
     # As mixing system libwps and non-system libnumbertext or vice versa 
likely causes trouble (see
     # 603074c5f2b84de8a24593faf807da784b040625 "Pass _GLIBCXX_DEBUG into 
external/libwps" and the
     # mail thread starting at 
<https://gcc.gnu.org/ml/gcc/2018-05/msg00057.html> "libstdc++: ODR

Reply via email to