summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0da5e7b8a..493cb296e 100755
--- a/configure.ac
+++ b/configure.ac
@@ -468,7 +468,7 @@ if test "x$xmllib" = "xlibxml"; then
[libxml/xmlreader.h],
,
# workaround for icu-59 issue.
- CPPFLAGS="$CPPFLAGS --std=c++11"
+ CPPFLAGS="$CPPFLAGS -std=c++11"
AC_MSG_RESULT([no])
AC_MSG_CHECKING([Checking libxml2 headers with icu bug fix])
icu_bug=yes