[Plib-cvs] plib configure.in,1.54,1.55
Brought to you by:
sjbaker
From: M?rten Str?m. <str...@us...> - 2004-02-16 13:57:28
|
Update of /cvsroot/plib/plib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7989 Modified Files: configure.in Log Message: Removed checks for the GLUT library. Index: configure.in =================================================================== RCS file: /cvsroot/plib/plib/configure.in,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- configure.in 16 Feb 2004 02:26:26 -0000 1.54 +++ configure.in 16 Feb 2004 13:49:23 -0000 1.55 @@ -36,12 +36,6 @@ [ --with-GL=DIR set the prefix directory where GL resides], GL_PREFIX=$withval, GL_PREFIX=auto) - -AC_ARG_WITH(glut, -[ --without-glut build GLUT-free PUI library (highly experimental!)],, -with_glut=yes) - - AC_ARG_ENABLE(fnt, [ --enable-fnt build FNT library (OpenGL needed) default: yes],, [...116 lines suppressed...] - fi -else - if test "x$with_glut" = "xno"; then - glut_msg="no (experimental GLUT-free PUI, see README.GLUT)" - else - glut_msg="no" - fi -fi - AC_MSG_RESULT( [PLIB configuration information: @@ -456,7 +384,5 @@ Building ssgAux library: $enable_ssgaux Building PW library: $enable_pw Building UTIL library: $enable_ul - - Need GLUT: $glut_msg ]) |