]> skyeroc.xyz Git - dgamelaunch/commitdiff
Make configure accept both lex _and_ flex.
authorPasi Kallinen <paxed@alt.org>
Fri, 23 Oct 2009 07:16:29 +0000 (07:16 +0000)
committerPasi Kallinen <paxed@alt.org>
Fri, 23 Oct 2009 07:16:29 +0000 (07:16 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@514 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

TODO
configure.ac

diff --git a/TODO b/TODO
index b8c703d6e58d21c96379d61b12b61e7ae5efceca..e8120950a499cbd224da44bb063dfa0a18b5915b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+-whenever config file has a dir, check that it ends with "/"
 -in domailuser(), we need find_curr_player_game(username)
 -for menu definitions, allow "default" commands (when user presses a
  key not defined in other commands):
index 0358165c1b343c8d7613aaaaedf6eb090a4dbf20..421add278eda02e6bc329d25a6876ec5eea9adf7 100644 (file)
@@ -11,7 +11,7 @@ AC_PROG_CC(cc gcc)
 AC_STDC_HEADERS
 
 AC_PROG_LEX
-if test "x$LEX" != xflex; then
+if test -z "$LEX"; then
    AC_MSG_ERROR([lex or flex not found.])
 fi