git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@311 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-18 21:37:57 +00:00
parent ce1bcadf26
commit 95c77b4033
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ AC_SEARCH_LIBS(initscr, [curses ncurses])
AC_ARG_ENABLE(enable-virus,
[AC_HELP_STRING([--enable-virus], [Use the 'virus' vi clone instead of the friendly ee editor.])],
[AC_SUBST(EDITOR, virus.c)], [AC_SUBST(EDITOR, ee.c)])
[EDITOR=virus.c], [EDITOR=virus.c])
AC_SUBST(EDITOR)
AC_ARG_WITH(config-file,
[AC_HELP_STRING([--with-config-file=PATH], [Define the path to the default configuration file.])],