summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-14 21:38:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-14 21:38:10 +0000
commitb373ef6a243b0cf8fbb0ef7190f0631ee0cd8899 (patch)
tree10e9398db25935a653d22aac8d153f206832f13a /SConstruct
parenta83fbb1c51755cc3513aa55c6d3fb2775bb845ef (diff)
fix for CVS sigc++ build
git-svn-id: svn://localhost/trunk/ardour2@96 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 4aa0e7204c..98d422cd8d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -28,7 +28,6 @@ opts.AddOptions(
BoolOption('DEBUG', 'Set to build with debugging information and no optimizations', 0),
PathOption('DESTDIR', 'Set the intermediate install "prefix"', '/'),
BoolOption('DEVBUILD', 'Use shared libardour (developers only)', 0),
- BoolOption('SIGCCVSBUILD', 'Use if building sigc++ with a new configure.ac (developers only)', 0),
BoolOption('NLS', 'Set to turn on i18n support', 1),
BoolOption('NOARCH', 'Do not use architecture-specific compilation flags', 0),
PathOption('PREFIX', 'Set the install "prefix"', '/usr/local'),