summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-10 18:37:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-10 18:38:27 +0200
commitd0b7be0fa509394dca054246b00b62ea7df77934 (patch)
tree158d063782eaf30a731566b54e24d060a01855c4 /configure.ac
parent2ed0de57db80eae4fef8b226d956e012370fec15 (diff)
syntax errors, still
(i.e., parentheses do need to be quoted in BERs, but do not forget to escape brakets in configure.ac m4) Change-Id: Ifabb68ede318e5c95a54c420cd06e238fefbd82f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 452c28dfab07..cdef0fea367e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11300,7 +11300,7 @@ 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,_-]*)*//')
+ | sed -e 's/-fno-sanitize-recover\(=[[0-9A-Za-z,_-]]*\)*//')
save_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS $KDE4_CFLAGS"
save_LIBS=$LIBS