configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3c02fe5ca8e12dc52531367a1ac1c0802518d133 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Sep 10 08:50:07 2021 +0100 Commit: René Engelhard <r...@debian.org> CommitDate: Fri Sep 10 12:20:34 2021 +0200
--without-system-cuckoo to override --with-system-headers didn't work Change-Id: I7a516fb0b7449dd33f95724f311b63387cc42f34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121869 Tested-by: René Engelhard <r...@debian.org> Reviewed-by: René Engelhard <r...@debian.org> diff --git a/configure.ac b/configure.ac index 5f34231750af..45d19327d19d 100644 --- a/configure.ac +++ b/configure.ac @@ -10358,7 +10358,7 @@ dnl =================================================================== dnl Check for system cuckoo dnl =================================================================== AC_MSG_CHECKING([which cuckoo to use]) -if test "$with_system_cuckoo" = "yes" -o "$with_system_headers" = "yes"; then +if test "$with_system_cuckoo" = "yes"; then AC_MSG_RESULT([external]) SYSTEM_CUCKOO=TRUE AC_LANG_PUSH([C++])