Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30093
Modified Files: Tag: devel_0_37 configure Log Message: threaded soundfiler
Index: configure =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure,v retrieving revision 1.1.1.4.2.14 retrieving revision 1.1.1.4.2.15 diff -C2 -d -r1.1.1.4.2.14 -r1.1.1.4.2.15 *** configure 24 Apr 2004 20:46:10 -0000 1.1.1.4.2.14 --- configure 10 May 2004 18:15:56 -0000 1.1.1.4.2.15 *************** *** 27,34 **** --enable-icc icc support" ac_help="$ac_help ! --enable-optimize enables optimized builds for: pentium4, pentium3" ac_help="$ac_help --enable-threadedgui use yves degoyon's threaded gui patch" ac_help="$ac_help --with-x use the X Window System"
--- 27,36 ---- --enable-icc icc support" [...1569 lines suppressed...] rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" --- 2737,2741 ---- ; return 0; } EOF ! if { (eval echo configure:2740: "$ac_link") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" *************** *** 2791,2794 **** --- 2799,2807 ---- fi
+ if test "$threadedsf" == "yes"; + then + MORECFLAGS=$MORECFLAGS" -DTHREADED_SF" + fi +
if test x$alsa == "xyes";