From 86b37628d5e152327acea8b68a167d06bec45f61 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 23 Jan 2006 14:32:10 +0000 Subject: [PATCH] corrected links to VST-SDK in configure git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@59 0778d3d1-df1d-0410-868b-ea421aaaa00d --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6a9bf417f..6e6224aa9 100644 --- a/configure.in +++ b/configure.in @@ -636,7 +636,8 @@ else echo " = in /usr/include/vst. We cannot distribute them as they're licensed under" echo " = a GPL-incompatible license, so you'll have to download them at" echo " =" - echo " = ftp://ext2asio:sdk1ext@ftp.pinnaclesys.com/SDK" + echo " = http://www.steinberg.de/Steinberg/ygrabit/vstsdk/OnlineDoc/source/common/AEffect.h" + echo " = http://www.steinberg.de/Steinberg/ygrabit/vstsdk/OnlineDoc/source/common/aeffectx.h" echo " =" echo " = and put the mentioned files into /usr/include/vst. Make sure, they're" echo " = patched with file aeffectx_h_fix.patch!"