From adbd99414b56a02cb3acf8c0251a434aa950eca1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Apr 2012 00:21:54 -0500 Subject: Remove some dead code --- acprep | 7 ------- 1 file changed, 7 deletions(-) (limited to 'acprep') diff --git a/acprep b/acprep index ba7afca4..1eccef64 100755 --- a/acprep +++ b/acprep @@ -1037,14 +1037,7 @@ class PrepareBuild(CommandLineApp): (self.boost_inc_ident, self.boost_lib_ident)) if self.current_flavor == 'debug': - if exists('/usr/local/stow/icu-%s/include' % self.boost_inc_ident): - self.sys_include_dirs.insert( - 0, '/usr/local/stow/icu-%s/include' % self.boost_inc_ident) - self.sys_library_dirs.insert( - 0, '/usr/local/stow/icu-%s/lib' % self.boost_inc_ident) - self.configure_args.append('--disable-shared') - elif self.current_flavor == 'gcov': self.configure_args.append('--disable-shared') else: -- cgit v1.2.3