summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-06 15:09:58 +0000
committerKarl Berry <karl@freefriends.org>2018-04-06 15:09:58 +0000
commit02985bccb92d6c159bbcd4621c92edb0dedb263b (patch)
tree01a848eacef01ca9fbe54d698a82229b92f475a9 /Build/source/utils/asymptote/configure.ac
parent92a14dde91504cd35afda8c4856a31e57870ac3e (diff)
asy 2.43 sources
git-svn-id: svn://tug.org/texlive/trunk@47324 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/configure.ac')
-rw-r--r--Build/source/utils/asymptote/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/configure.ac b/Build/source/utils/asymptote/configure.ac
index e2332bce521..79db3ebc08e 100644
--- a/Build/source/utils/asymptote/configure.ac
+++ b/Build/source/utils/asymptote/configure.ac
@@ -8,7 +8,7 @@ VERSION=$PACKAGE_VERSION
AC_SUBST(VERSION)
m4_include([ax_pthread.m4])
-test "$CXXFLAGS" || CXXFLAGS="-std=c++11"
+test "$CXXFLAGS" || CXXFLAGS=""
test "$CFLAGS" || CFLAGS="-g -O3"