summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-07 14:45:38 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-07 14:45:38 +0000
commit6edd17a471950bc0c28912da5ae28ed6cb3d15ec (patch)
treec76a88053e967cc9cce846cafde0f6c3f772e114 /libs/ardour/wscript
parent5d82f64de0968a78b549e0cac4c7a812e1dee48d (diff)
roll back libcurl requirement to just version 7.0.0
git-svn-id: svn://localhost/ardour2/branches/3.0@8737 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/wscript')
-rw-r--r--libs/ardour/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 5e10b85b88..fc128a44bf 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -248,7 +248,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')
+ autowaf.check_pkg(conf, 'libcurl', uselib_store='CURL', atleast_version='7.0.0')
# we don't try to detect this, since its part of our source tree