diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-29 21:18:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-29 21:18:24 +0000 |
commit | e2f98b95c8071f772695602cd4f714dc588eb8e7 (patch) | |
tree | 28442f952f7e5258e2addd8871a4a2930e768c0a /src/auto | |
parent | 86ca6e3b8c9c5d909421eb5abc2d81e02d402b49 (diff) | |
download | vim-e2f98b95c8071f772695602cd4f714dc588eb8e7.zip |
updated for version 7.0c03
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 2eea4afd3..e8b9a5d91 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -2992,7 +2992,7 @@ rm -f conftest.err conftest.$ac_objext \ elif test "x$MACARCH" = "xintel"; then CPPFLAGS="$CPPFLAGS -arch intel" LDFLAGS="$LDFLAGS -arch intel" - else + elif test "x$MACARCH" = "xppc"; then CPPFLAGS="$CPPFLAGS -arch ppc" LDFLAGS="$LDFLAGS -arch ppc" fi |