From deb61082227d4de4694578cdb96c156483c3cbac Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 30 Oct 2003 21:51:27 +0000 Subject: negate these explanations (thanks to Adam Stein of Xerox for noticing) CVS patchset: 5646 CVS date: 2003/10/30 21:51:27 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 07f323b1d..302d07b64 100644 --- a/configure.ac +++ b/configure.ac @@ -237,12 +237,12 @@ AC_CHECK_DECL(lrintf,[AC_DEFINE(HAVE_LRINTF,1,[Define this if the 'lrintf' funct ]) AC_ARG_ENABLE(altivec, - [ --disable-altivec Use assembly codes for Motorola 74xx CPUs], + [ --disable-altivec Do not use assembly codes for Motorola 74xx CPUs], enable_altivec=no, enable_altivec=yes) AC_ARG_ENABLE(vis, - [ --disable-vis Use assembly codes for Sun UltraSPARC CPUs], + [ --disable-vis Do not use assembly codes for Sun UltraSPARC CPUs], enable_vis=no, enable_vis=yes) -- cgit v1.2.3