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:
Pasi Kallinen 2008-10-01 18:02:21 +00:00
parent 6ac216b592
commit 77e40534c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)