From e2f98b95c8071f772695602cd4f714dc588eb8e7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 29 Mar 2006 21:18:24 +0000 Subject: updated for version 7.0c03 --- src/auto/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auto') 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 -- cgit v1.2.3