Make it possible to compile without a GUI

This commit is contained in:
Bjorn Winckler
2011-02-27 22:20:22 +01:00
parent d12f09201e
commit 386f229708
+1 -1
View File
@@ -362,7 +362,7 @@ main
command_line_scan(&params);
TIME_MSG("parsing arguments");
#ifdef MACOS_X
#if defined(MACOS_X) && defined(FEAT_GUI)
if (gui.starting && gui.dofork)
macosx_fork(); /* Never returns */
# ifdef FEAT_GUI_MACVIM