]> git.donarmstrong.com Git - lilypond.git/commitdiff
* SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 19 Oct 2005 13:53:03 +0000 (13:53 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 19 Oct 2005 13:53:03 +0000 (13:53 +0000)
main).

* SConstruct: Resurrect.

SConstruct

index 9d4c5c3363f4dd8af660b971fe595b2569d6bac3..d5049e5dab3901602f1cb54f433210bf7a0f01d9 100644 (file)
@@ -688,6 +688,8 @@ if env['warnings']:
 
 # ugr,huh?
 env.Append (LINKFLAGS = ['-Wl,--export-dynamic'])
+# FIXME: ParseConfig ignores -L flag?
+env.Append (LINKFLAGS = ['-L/usr/X11R6/lib'])
 
 if env['verbose']:
        env['__verbose'] = ' --verbose'