From 4fc63557fdcda09d23d2d225e2d74d4dac05dda1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 14 Jun 2006 23:28:35 +0000 Subject: [PATCH] stop FLAC test from stomping on USB configuration git-svn-id: svn://localhost/ardour2/trunk@595 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SConstruct b/SConstruct index 74c936ac73..31b2865ee5 100644 --- a/SConstruct +++ b/SConstruct @@ -431,11 +431,7 @@ libraries['usb'] = conf.Finish () libraries['flac'] = LibraryInfo () conf = Configure (libraries['flac']) -if conf.CheckLib ('FLAC', 'flac_buffer_copy'): - have_libusb = True -else: - have_libusb = False - +conf.CheckLib ('FLAC', 'flac_buffer_copy') libraries['flac'] = conf.Finish () #