[PD-cvs] externals/zexy/src configure.ac,1.15,1.16

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Sat Jan 7 20:05:06 CET 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29183

Modified Files:
	configure.ac 
Log Message:
check whether the compiler supports SSE


Index: configure.ac
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configure.ac	7 Jan 2006 17:19:10 -0000	1.15
--- configure.ac	7 Jan 2006 19:05:03 -0000	1.16
***************
*** 129,132 ****
--- 129,133 ----
  fi
  
+ AC_CHECK_CFLAGS([-mfpmath=sse -msse])
  
  dnl if we don't have $LD set, we set it to $(CC)





More information about the Pd-cvs mailing list