[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann
sbergman at redhat.com
Tue Jun 9 13:03:14 PDT 2015
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8e0a9f97acd7eacb550eb503691e88cfd0921e5e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jun 9 22:02:46 2015 +0200
syntax errors
Change-Id: Id5f0a606c0bb0b322b09998101f5731e9b28b68d
diff --git a/configure.ac b/configure.ac
index 8fca4e9..2ebe501 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11296,8 +11296,8 @@ int main(int argc, char **argv) {
# ^~~~~~~~~~~~~~~~~~~~~~~
# vptr for 'QObjectPrivate'
save_CXX=$CXX
- CXX=$(printf %s "$CXX"
- | sed -e s/-fno-sanitize-recover\(=[0-9A-Za-z,_-]*\)*//)
+ CXX=$(printf %s "$CXX" \
+ | sed -e 's/-fno-sanitize-recover\(=[0-9A-Za-z,_-]*\)*//')
save_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS $KDE4_CFLAGS"
save_LIBS=$LIBS
More information about the Libreoffice-commits
mailing list