(I'm not a subscriber to this list, so if this generates discussion a copy
would be appreciated)

When configure complains about not finding assembler support for SSE, name
the right instruction set (not 3DNow!)

--- configure.in.orig   Sun Nov 21 10:46:37 1999
+++ configure.in        Sun Nov 21 10:46:52 1999
@@ -186,8 +186,8 @@
   else 
     AC_MSG_RESULT(no)
     echo 2>&1 
"*******************************************************************************"
-    echo 2>&1 " The installed assembler does not supports the 3Dnow! command set."
-    echo 2>&1 " Update your binutils package, if you want to compile 3Dnow! support 
into Mesa."
+    echo 2>&1 " The installed assembler does not supports the SSE command set."
+    echo 2>&1 " Update your binutils package, if you want to compile SSE support into 
+Mesa."
     echo 2>&1 
"*******************************************************************************"
     have_sse=off
   fi
-- 
\/ http://www.slashdot.org/                      Jeff Epler [EMAIL PROTECTED]
The more they over-think the plumbing the easier it is to stop up the drain.


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to