moss-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Moss-devel] CVS: moss/3Dsia/client/3Dcf configure.ac,1.3,1.4


From: Alexander Feder <address@hidden>
Subject: [Moss-devel] CVS: moss/3Dsia/client/3Dcf configure.ac,1.3,1.4
Date: Tue, 05 Nov 2002 18:09:55 -0500

Update of /cvsroot/moss/moss/3Dsia/client/3Dcf
In directory subversions:/tmp/cvs-serv11293

Modified Files:
        configure.ac 
Log Message:
grml does it work now?


Index: configure.ac
===================================================================
RCS file: /cvsroot/moss/moss/3Dsia/client/3Dcf/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** configure.ac        5 Nov 2002 23:03:27 -0000       1.3
--- configure.ac        5 Nov 2002 23:09:51 -0000       1.4
***************
*** 36,42 ****
  
  AC_CHECK_LIB(stdc++,main,lflags="$lflags -lstdc++", AC_MSG_ERROR([WTF?]))
! AC_CHECK_LIB(GL,glBegin,glflags="$glflags -lGL",AC_MSG_ERROR([libGL not 
found]),$glflags)
! AC_CHECK_LIB(GLU,gluLookAt,glflags="$glflags -lGLU",AC_MSG_ERROR([libGLU not 
found]),$glflags)
! AC_CHECK_LIB(glut,glutMainLoop,glflags="$glflags 
-lglut",AC_MSG_ERROR([libglut not found]),$glflags)
  
  dnl Checks for header files.
--- 36,42 ----
  
  AC_CHECK_LIB(stdc++,main,lflags="$lflags -lstdc++", AC_MSG_ERROR([WTF?]))
! AC_HAVE_LIBRARY(GL,glflags="$glflags -lGL",AC_MSG_ERROR([libGL not 
found]),$glflags)
! AC_HAVE_LIBRARY(GLU,glflags="$glflags -lGLU",AC_MSG_ERROR([libGLU not 
found]),$glflags)
! AC_HAVE_LIBRARY(glut,glflags="$glflags -lglut",AC_MSG_ERROR([libglut not 
found]),$glflags)
  
  dnl Checks for header files.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]