Oops, ee wasn't used even without --enable-virus. Found by xororand.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@454 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
parent
6ac216b592
commit
77e40534c4
|
@ -67,7 +67,7 @@ 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.])],
|
||||
[EDITOR=virus.c], [EDITOR=virus.c])
|
||||
[EDITOR=virus.c], [EDITOR=ee.c])
|
||||
|
||||
AC_SUBST(EDITOR)
|
||||
|
||||
|
|
Loading…
Reference in New Issue