Update of /cvsroot/q-lang/q
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13532
Modified Files:
configure.in
Log Message:
check for availability of pthread_mutex_timedlock and sem_timedwait functions
Index: configure.in
===================================================================
RCS file: /cvsroot/q-lang/q/configure.in,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** configure.in 16 Jan 2008 09:07:37 -0000 1.58
--- configure.in 22 Feb 2008 11:35:12 -0000 1.59
***************
*** 676,680 ****
OLDLIBS=$LIBS
LIBS="$LIBS $LIBPTHREAD"
! AC_CHECK_FUNCS(pthread_atfork)
LIBS=$OLDLIBS
dnl freetype2 support
--- 676,680 ----
OLDLIBS=$LIBS
LIBS="$LIBS $LIBPTHREAD"
! AC_CHECK_FUNCS(pthread_atfork pthread_mutex_timedlock sem_timedwait)
LIBS=$OLDLIBS
dnl freetype2 support
|