diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-07-24 15:20:50 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-07-24 15:20:50 +0000 |
commit | 3a0254090d4a197fc748be3b9ff387732a988052 (patch) | |
tree | d3ec94b2d639a051fb6299e33b2a6e4c099f54ef /src/auto | |
parent | 01dd60cb9156c4a361558995323c018d2ead7ad1 (diff) | |
download | vim-3a0254090d4a197fc748be3b9ff387732a988052.zip |
updated for version 7.2b-015
Diffstat (limited to 'src/auto')
-rwxr-xr-x | src/auto/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/configure b/src/auto/configure index b965261e0..cafde79de 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -3946,7 +3946,7 @@ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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" CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp" if test "x$MACARCH" = "xboth"; then |