summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-03 00:15:36 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-03 00:15:36 +0000
commit2c9d2faadbdc812a12d4b9828b8a4b69d15c8a19 (patch)
treedb2b0546f3b7b6fb7917515dd45ccb5261096729 /libs/ardour/wscript
parenta2eb80866080537dea3c5009153a1d0dc8b0817f (diff)
Check for libcurl in configure (#3752).
git-svn-id: svn://localhost/ardour2/branches/3.0@8684 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 1a3296d4d5..309d646d31 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -247,6 +247,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT', atleast_version='1.12.0', mandatory=False)
autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
autowaf.check_pkg(conf, 'flac', uselib_store='FLAC', atleast_version='1.2.1')
+ autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL', atleast_version='7.21.0')
# we don't try to detect this, since its part of our source tree