]> skyeroc.xyz Git - dgamelaunch/commitdiff
Oops, ee wasn't used even without --enable-virus. Found by xororand.
authorPasi Kallinen <paxed@alt.org>
Wed, 1 Oct 2008 18:02:21 +0000 (18:02 +0000)
committerPasi Kallinen <paxed@alt.org>
Wed, 1 Oct 2008 18:02:21 +0000 (18:02 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@454 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

configure.ac

index 6081ad08f757ad1776d8328a72a652c5cb713fcf..fab5ca113f5756b8395124f45f3c92c3bc7b995c 100644 (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)