projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a5974b
)
(key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
author
hanwen
<hanwen>
Wed, 7 Jul 2004 22:28:06 +0000
(22:28 +0000)
committer
hanwen
<hanwen>
Wed, 7 Jul 2004 22:28:06 +0000
(22:28 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 027ff605120bdb4f2861edaa96f596a4a29896aa..f68d1a7d6b7273e1edda491768f4e257363e8d49 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-143,6
+143,10
@@
if conf.CheckLib ('dl'):
if conf.CheckLib ('kpathsea'):
defines['KPATHSEA'] = '1'
+# huh?
+if conf.CheckLib ('kpathsea', 'kpse_find_file'):
+ defines['HAVE_KPSE_FIND_FILE'] = '1'
+
env = conf.Finish ()
Export ('env')