From 77e40534c408ceece2714812aa3fef76b7ab854d Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 1 Oct 2008 18:02:21 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6081ad0..fab5ca1 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.47.3