Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26217
Modified Files: Tag: devel_0_37 configure.in configure g_array.c Log Message: minor changes
Index: g_array.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/g_array.c,v retrieving revision 1.1.1.3.2.4 retrieving revision 1.1.1.3.2.5 diff -C2 -d -r1.1.1.3.2.4 -r1.1.1.3.2.5 *** g_array.c 23 May 2004 18:53:32 -0000 1.1.1.3.2.4 --- g_array.c 23 May 2004 19:15:53 -0000 1.1.1.3.2.5 *************** *** 13,21 **** //#define GARRAY_THREAD_LOCK #ifdef GARRAY_THREAD_LOCK - - #ifdef __linux__ - #define __USE_GNU /* we need that for linux threads */ - #endif - #include <pthread.h> #endif /* GARRAY_THREAD_LOCK */ --- 13,16 ----
Index: configure =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure,v retrieving revision 1.1.1.4.2.16 retrieving revision 1.1.1.4.2.17 diff -C2 -d -r1.1.1.4.2.16 -r1.1.1.4.2.17 *** configure 23 May 2004 18:57:37 -0000 1.1.1.4.2.16 --- configure 23 May 2004 19:15:52 -0000 1.1.1.4.2.17 *************** *** 2812,2818 **** fi
! if test "$threadedsf" == "yes"; then ! MORECFLAGS=$MORECFLAGS" -DGARRAY_THREAD_LOCK" fi
--- 2812,2818 ---- fi
! if test "$gathreadlocks" == "yes"; then ! MORECFLAGS=$MORECFLAGS" -DGARRAY_THREAD_LOCK -D_GNU_SOURCE" fi
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/pd/src/configure.in,v retrieving revision 1.1.1.4.2.16 retrieving revision 1.1.1.4.2.17 diff -C2 -d -r1.1.1.4.2.16 -r1.1.1.4.2.17 *** configure.in 23 May 2004 18:57:37 -0000 1.1.1.4.2.16 --- configure.in 23 May 2004 19:15:52 -0000 1.1.1.4.2.17 *************** *** 193,199 **** fi
! if test "$threadedsf" == "yes"; then ! MORECFLAGS=$MORECFLAGS" -DGARRAY_THREAD_LOCK" fi
--- 193,199 ---- fi
! if test "$gathreadlocks" == "yes"; then ! MORECFLAGS=$MORECFLAGS" -DGARRAY_THREAD_LOCK -D_GNU_SOURCE" fi