summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-11-20 21:22:32 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-11-20 21:22:32 +0000
commit670c58308312a9c96c588aa7e40feeec8e50d680 (patch)
tree43aab95d32d9d4ff1669ac729b1bb9e44540a12f /SConstruct
parent339ff11a673aa234e9cd4cd1536db7089a2e1f6a (diff)
possible fix
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2707 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index b8728de5ea..9268e9af4a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -541,7 +541,7 @@ libraries['gtkmm2ext'] = LibraryInfo (LIBS='gtkmm2ext', LIBPATH='#libs/gtkmm2ext
# SCons should really do this for us
-conf = Configure (env)
+conf = env.Configure ()
have_cxx = conf.TryAction (Action (str(env['CXX']) + ' --version'))
if have_cxx[0] != 1: