diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 05:03:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 05:03:24 +0000 |
commit | e3cf16e6fbf8d39cad8762f002b6db1d4f61ed36 (patch) | |
tree | 3c1753125149dcf36ba42a57f1574369e8524225 /configure.ac | |
parent | Adding debian version 4:24.2.2-3. (diff) | |
download | libreoffice-e3cf16e6fbf8d39cad8762f002b6db1d4f61ed36.tar.xz libreoffice-e3cf16e6fbf8d39cad8762f002b6db1d4f61ed36.zip |
Merging upstream version 4:24.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac index 14463a944f..453ff1c563 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl in order to create a configure script. # several non-alphanumeric characters, those are split off and used only for the # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea. -AC_INIT([LibreOffice],[24.2.2.2],[],[],[http://documentfoundation.org/]) +AC_INIT([LibreOffice],[24.2.3.2],[],[],[http://documentfoundation.org/]) dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just fine if it is installed dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails hard @@ -11102,20 +11102,6 @@ dnl =================================================================== dnl Check for disabling cve_tests dnl =================================================================== AC_MSG_CHECKING([whether to execute CVE tests]) -# If not explicitly enabled or disabled, default -if test -z "$enable_cve_tests"; then - case "$OS" in - WNT) - # Default cves off for Windows with its wild and wonderful - # variety of AV software kicking in and panicking - enable_cve_tests=no - ;; - *) - # otherwise yes - enable_cve_tests=yes - ;; - esac -fi if test "$enable_cve_tests" = "no"; then AC_MSG_RESULT([no]) DISABLE_CVE_TESTS=TRUE |