[Plib-cvs] plib/tools configure.in,1.7,1.8
Brought to you by:
sjbaker
From: Bram S. <br...@us...> - 2005-01-10 15:25:14
|
Update of /cvsroot/plib/plib/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10891 Modified Files: configure.in Log Message: pthread test was in toplvl configure.in but not in tools/configure.in Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/tools/configure.in,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- configure.in 11 Sep 2002 22:28:31 -0000 1.7 +++ configure.in 10 Jan 2005 15:25:04 -0000 1.8 @@ -57,6 +57,8 @@ dnl Reasonable stuff non-windoze variants ... :-) + AC_CHECK_LIB(pthread, pthread_create) + AC_CHECK_LIB(GL, glNewList) if test "x$ac_cv_lib_GL_glNewList" = "xno" ; then dnl if no GL, check for MesaGL |