···187 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
188 # would make configure fail if this is the last instruction.
189 $ac_cs_success || as_fn_exit 1
000000000000000000000000000000000
···187 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
188 # would make configure fail if this is the last instruction.
189 $ac_cs_success || as_fn_exit 1
190+191+diff --git a/src/Makefile b/src/Makefile
192+index 1c4d104..fff2015 100644
193+--- a/src/Makefile
194++++ b/src/Makefile
195+@@ -1298,7 +1298,7 @@ MACVIMGUI_SRC = gui.c gui_beval.c MacVim/gui_macvim.m MacVim/MMBackend.m \
196+ MacVim/MacVim.m
197+ MACVIMGUI_OBJ = objects/gui.o objects/gui_beval.o objects/pty.o \
198+ objects/gui_macvim.o objects/MMBackend.o objects/MacVim.o
199+-MACVIMGUI_DEFS = -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe
200++MACVIMGUI_DEFS = -DMACOS_X_UNIX -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe
201+ MACVIMGUI_IPATH =
202+ MACVIMGUI_LIBS_DIR =
203+ MACVIMGUI_LIBS1 = -framework Cocoa -framework Carbon
204+205+diff --git a/src/if_python.c b/src/if_python.c
206+index b356bf7..b7bfa78 100644
207+--- a/src/if_python.c
208++++ b/src/if_python.c
209+@@ -55,11 +55,7 @@
210+211+ #define PY_SSIZE_T_CLEAN
212+213+-#ifdef FEAT_GUI_MACVIM
214+-# include <Python/Python.h>
215+-#else
216+-# include <Python.h>
217+-#endif
218++#include <Python.h>
219+220+ #if !defined(PY_VERSION_HEX) || PY_VERSION_HEX < 0x02050000
221+ # undef PY_SSIZE_T_CLEAN
222+ MACVIMGUI_LIBS1 = -framework Cocoa -framework Carbon