AC_PROG_LEX seems to output a : sometimes instead of an empty string if flex is missing
authorMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 17:12:07 +0000 (17:12 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 23 Apr 2006 17:12:07 +0000 (17:12 +0000)
SVN-Revision: 3391

tools/miniswig/Jamfile

index 2990569..b621af8 100644 (file)
@@ -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) ;