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

* SConstruct: Resurrect.

ChangeLog
SConstruct

index fb0a60d6c7689627e2c7ba7bb597b46088245c27..3e7222aaf871b72d195297a6f99aa7b2a2ed86b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * SConstruct (CheckYYCurrentBuffer): Use TryCompile (there is no
+       main).
+
        * lily/SConscript: Remove ttftools.
 
        * SConstruct: Resurrect.
index 0729477220692b952b88f0ce5bce4dc47f190503..9d4c5c3363f4dd8af660b971fe595b2569d6bac3 100644 (file)
@@ -369,7 +369,7 @@ def configure (target, source, env):
 
        def CheckYYCurrentBuffer (context):
                context.Message ('Checking for yy_current_buffer... ')
-               ret = conf.TryLink ("""using namespace std;
+               ret = conf.TryCompile ("""using namespace std;
                #include <FlexLexer.h>
                class yy_flex_lexer: public yyFlexLexer
                {