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)