Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 893321 Details for
Bug 928733
app-office/libreoffice-24.2.2.2 fails to compile: error: no member named 'TranslateDocumentCancellable' in namespace 'SwTranslateHelper'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch configure.ac
configure-test.patch (text/plain), 869 bytes, created by
Chris Mayo
on 2024-05-18 16:16:00 UTC
(
hide
)
Description:
Patch configure.ac
Filename:
MIME Type:
Creator:
Chris Mayo
Created:
2024-05-18 16:16:00 UTC
Size:
869 bytes
patch
obsolete
>diff --git a/configure.ac b/configure.ac >index 3387786c2f89..0b9af441778d 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -10880,7 +10880,7 @@ AC_SUBST(ICU_MINOR) > dnl ================================================================== > dnl CURL > dnl ================================================================== >-if test "$enable_curl" == "yes"; then >+if test "$enable_curl" = "yes"; then > AC_DEFINE([HAVE_FEATURE_CURL]) > fi > >@@ -10926,7 +10926,7 @@ AC_SUBST(DEFAULT_CRASHDUMP_VALUE) > dnl ================================================================== > dnl libcmis > dnl ================================================================== >-if test "$enable_libcmis" == "yes"; then >+if test "$enable_libcmis" = "yes"; then > if test "$enable_curl" != "yes"; then > AC_MSG_ERROR([--disable-libcmis must be used when --disable-curl is used]) > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 928733
:
889587
|
892136
|
893301
| 893321