[MPlayer-cvslog] r38252 - trunk/configure

reimar subversion at mplayerhq.hu
Fri Feb 12 01:49:15 EET 2021


Author: reimar
Date: Fri Feb 12 01:49:14 2021
New Revision: 38252

Log:
configure: fix assembler instructions support check.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb  9 00:02:18 2021	(r38251)
+++ trunk/configure	Fri Feb 12 01:49:14 2021	(r38252)
@@ -3084,7 +3084,7 @@ if x86_32 ; then
     _pref_as_version='2.16.92'
     echo 'pabsd %xmm0, %xmm1' >> $TMPS
   fi
-  $_as $TMPS -o $TMPEXE > /dev/null 2>&1 || as_verc_fail=yes
+  $_as -c $TMPS -o $TMPEXE > /dev/null 2>&1 || as_verc_fail=yes
 
   if test "$as_verc_fail" != yes ; then
     echores "ok"


More information about the MPlayer-cvslog mailing list