summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2015-11-24 09:38:40 +0000
committertavmjong-free <tavmjong@free.fr>2015-11-24 09:38:40 +0000
commitb1e4be861c6991f6b0900d9a238adbe3fd59c504 (patch)
tree3a82e370cac39a4edcc1234e2feb5dfe64092840
parentSwap text-before-edge and text-after-edge baseline values. (diff)
downloadinkscape-b1e4be861c6991f6b0900d9a238adbe3fd59c504.tar.gz
inkscape-b1e4be861c6991f6b0900d9a238adbe3fd59c504.zip
Remove unintended change that added C++11 flag.
(bzr r14430.1.13)
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 086cdcbab..79346551e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,9 +80,6 @@ if test "$GCC" = "yes"; then
# Enable all default warnings
CPPFLAGS="-Wall $CPPFLAGS"
- # C++11
- CPPFLAGS="-std=c++11 $CPPFLAGS"
-
# Permit only top-level Glib headers to be used.
#
# TODO: This is already used in Glib >= 2.32 so this flag can be