projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f812319
)
AC_PROG_LEX seems to output a : sometimes instead of an empty string if flex is missing
author
Matthias Braun
<matze@braunis.de>
Sun, 23 Apr 2006 17:12:07 +0000
(17:12 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sun, 23 Apr 2006 17:12:07 +0000
(17:12 +0000)
SVN-Revision: 3391
tools/miniswig/Jamfile
patch
|
blob
|
history
diff --git
a/tools/miniswig/Jamfile
b/tools/miniswig/Jamfile
index
2990569
..
b621af8
100644
(file)
--- a/
tools/miniswig/Jamfile
+++ b/
tools/miniswig/Jamfile
@@
-1,6
+1,6
@@
SubDir TOP tools miniswig ;
-if $(LEX) && $(BISON) {
+if $(LEX) && $(
LEX) != ":" && $(
BISON) {
# hack because SDL does nasty -Dmain=SDL_main on windows
old_CXXFLAGS = $(CXXFLAGS) ;