summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/configure.ac
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-23 22:37:58 +0000
committerKarl Berry <karl@freefriends.org>2017-03-23 22:37:58 +0000
commit511d523f9c0456937f392cab51c70f0dcf6ae1bc (patch)
tree2575821a91e042c74a61c3cb6387cc769e0a0b87 /Build/source/utils/asymptote/configure.ac
parent5db9b67730d1ad8391da2e18faa01062b64d1da0 (diff)
asy 2.41 sources
git-svn-id: svn://tug.org/texlive/trunk@43590 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/configure.ac')
-rw-r--r--Build/source/utils/asymptote/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/configure.ac b/Build/source/utils/asymptote/configure.ac
index 92670e6b21d..86842a22d92 100644
--- a/Build/source/utils/asymptote/configure.ac
+++ b/Build/source/utils/asymptote/configure.ac
@@ -3,12 +3,12 @@
# this file.
AC_PREREQ(2)
-AC_INIT([Asymptote],[2.40],[http://sourceforge.net/projects/asymptote])
+AC_INIT([Asymptote],[2.41],[http://sourceforge.net/projects/asymptote])
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"