summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2021-12-09 22:45:04 +0100
committerLuboš Luňák <l.lunak@collabora.com>2022-01-07 10:00:53 +0100
commitc4b83dc2c4b8d4ea4b664b34309fbf0cf2fd8ad1 (patch)
tree234c3f3963240dd590edda8bfa46cd4c7343527c /configure.ac
parent7e4ddea574b18aeed678526cac42f45613b4ae20 (diff)
CUCKOO_CFLAGS is unused
The include is set explicitly in RepositoryExternal.mk . And when using system cuckoo, it's not necessary to refer to the unpacked tarball location. Change-Id: Idd241f7551fb98cb5948c4e7007204ad3a8d87a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128061 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0d3dec0eeaf1..a7a0b220e0e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10378,9 +10378,7 @@ else
AC_MSG_RESULT([internal])
BUILD_TYPE="$BUILD_TYPE CUCKOO"
SYSTEM_CUCKOO=
- CUCKOO_CFLAGS="${ISYSTEM}${WORKDIR}/UnpackedTarball/cuckoo"
fi
-AC_SUBST([CUCKOO_CFLAGS])
AC_SUBST([SYSTEM_CUCKOO])
dnl ===================================================================