summaryrefslogtreecommitdiff
path: root/graphics/asymptote/configure.ac
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-07 03:02:55 +0000
committerNorbert Preining <norbert@preining.info>2020-08-07 03:02:55 +0000
commit3710c23789342d9d88783cbe9ad23eb5263a7c33 (patch)
tree1c40b2bfb9f6b652f7877ad0991f5d6b44391154 /graphics/asymptote/configure.ac
parentd99fea72e367e8d4d2809b43b3b0206b1bb526b8 (diff)
CTAN sync 202008070302
Diffstat (limited to 'graphics/asymptote/configure.ac')
-rw-r--r--graphics/asymptote/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/asymptote/configure.ac b/graphics/asymptote/configure.ac
index 24b6268d5f..fd61d7974d 100644
--- a/graphics/asymptote/configure.ac
+++ b/graphics/asymptote/configure.ac
@@ -3,7 +3,7 @@
# this file.
AC_PREREQ(2)
-AC_INIT([Asymptote],[2.66],[http://sourceforge.net/projects/asymptote])
+AC_INIT([Asymptote],[2.67],[http://sourceforge.net/projects/asymptote])
VERSION=$PACKAGE_VERSION
AC_SUBST(VERSION)
m4_include([ax_pthread.m4])
@@ -265,6 +265,9 @@ fi
AC_CHECK_LIB([rt], [sched_yield])
+AC_CHECK_LIB([curl],[curl_easy_init],,
+AC_MSG_NOTICE([*** Could not find libcurl: will compile without optional URL support. ***]))
+
AC_ARG_ENABLE(readline,
[AS_HELP_STRING(--enable-readline[[[=yes]]],enable GNU Readline Library)])