From b9d039d57ae79e8680bcc458024de2a7fd51ced7 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 6 Mar 2005 10:35:21 +0000 Subject: [PATCH] Missed a spot --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ac7c3b82ad..58b9f6860a 100644 --- a/configure.in +++ b/configure.in @@ -647,8 +647,8 @@ if test "x$enable_altivec" = xyes; then can_use_altivec=no if test -z "$ALTIVEC_EXTRA_CFLAGS"; then - AC_MSG_WARN([The compiler does not support the AltiVec command set.]) AC_MSG_RESULT(no) + AC_MSG_WARN([The compiler does not support the AltiVec command set.]) else case "$target_or_host" in *-*-darwin*)