commit | 3a0254090d4a197fc748be3b9ff387732a988052 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 24 15:20:50 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 24 15:20:50 2008 +0000 |
tree | d3ec94b2d639a051fb6299e33b2a6e4c099f54ef | |
parent | 01dd60cb9156c4a361558995323c018d2ead7ad1 [diff] [blame] |
updated for version 7.2b-015
diff --git a/src/configure.in b/src/configure.in index 8eaddcb..ad00d42 100644 --- a/src/configure.in +++ b/src/configure.in
@@ -152,7 +152,7 @@ if test "$enable_darwin" = "yes"; then MACOSX=yes - OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; + OS_EXTRA_SRC="os_macosx.c os_mac_conv.c"; OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" dnl TODO: use -arch i386 on Intel machines CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"