]> skyeroc.xyz Git - dgamelaunch/commitdiff
stuff
authorJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:37:57 +0000 (21:37 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Fri, 18 Jun 2004 21:37:57 +0000 (21:37 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@311 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

configure.ac

index 1548984cf6d27692c12e215a5bf8e521a5dfcc61..67068242fbf1b3dcab6a8847ed8acb5b278ac196 100644 (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.])],