summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-04-23 00:21:54 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-04-25 03:09:55 -0500
commitadbd99414b56a02cb3acf8c0251a434aa950eca1 (patch)
tree9ac0bd1e3ac676f3f678196341f32465e65d3d7c /acprep
parent711281472bed4296dcc9f1a48da99327b28698bf (diff)
downloadfork-ledger-adbd99414b56a02cb3acf8c0251a434aa950eca1.tar.gz
fork-ledger-adbd99414b56a02cb3acf8c0251a434aa950eca1.tar.bz2
fork-ledger-adbd99414b56a02cb3acf8c0251a434aa950eca1.zip
Remove some dead code
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep7
1 files changed, 0 insertions, 7 deletions
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: