diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-09-10 08:50:07 +0100 |
---|---|---|
committer | René Engelhard <rene@debian.org> | 2021-09-10 12:20:34 +0200 |
commit | 3c02fe5ca8e12dc52531367a1ac1c0802518d133 (patch) | |
tree | 7068d1e8102104c7e31162f779ea62920e1c08c4 /configure.ac | |
parent | b4c1bb2f91e9ae47820c289e2c08f640a958cf05 (diff) |
--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 <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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++]) |