comparison src/auto/configure @ 5114:56bc3698f8c6 v7.3.1300

updated for version 7.3.1300 Problem: Mac: tiny and small build fails. Solution: Don't include os_macosx.m in tiny build. Include mouse support in small build. (Kazunobu Kuriyama)
author Bram Moolenaar <bram@vim.org>
date Wed, 03 Jul 2013 19:52:53 +0200
parents 9f7b92f232d3
children a4e08386a6aa
comparison
equal deleted inserted replaced
5113:54a5e85247dc 5114:56bc3698f8c6
12672 $as_echo "yes" >&6; } 12672 $as_echo "yes" >&6; }
12673 else 12673 else
12674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 12674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12675 $as_echo "no" >&6; } 12675 $as_echo "no" >&6; }
12676 fi 12676 fi
12677 if test "x$features" = "xtiny"; then
12678 OS_EXTRA_SRC=`echo "$OS_EXTRA_SRC" | sed -e 's+os_macosx.m++'`
12679 OS_EXTRA_OBJ=`echo "$OS_EXTRA_OBJ" | sed -e 's+objects/os_macosx.o++'`
12680 fi
12677 fi 12681 fi
12678 if test "x$MACARCH" = "xboth" && test "x$GUITYPE" = "xCARBONGUI"; then 12682 if test "x$MACARCH" = "xboth" && test "x$GUITYPE" = "xCARBONGUI"; then
12679 LDFLAGS="$LDFLAGS -isysroot $DEVELOPER_DIR/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" 12683 LDFLAGS="$LDFLAGS -isysroot $DEVELOPER_DIR/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc"
12680 fi 12684 fi
12681 12685