[Plib-cvs] plib/examples configure.in,1.40,1.41
Brought to you by:
sjbaker
From: Bram S. <br...@us...> - 2005-01-09 13:39:30
|
Update of /cvsroot/plib/plib/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7067 Modified Files: configure.in Log Message: Added pthread test, req'd by libGL on some platforms Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/examples/configure.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- configure.in 21 Mar 2004 19:29:25 -0000 1.40 +++ configure.in 9 Jan 2005 13:39:22 -0000 1.41 @@ -143,6 +143,8 @@ dnl Reasonable stuff non-windoze variants ... :-) + AC_CHECK_LIB(pthread, pthread_create) + AC_CHECK_LIB(GL, glNewList, OGL_LIBS="-lGL $OGL_LIBS",,$OGL_LIBS) if test "x$ac_cv_lib_GL_glNewList" = "xno" ; then dnl if no GL, check for MesaGL |