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.6,1.7


From: Manfred Morgner <address@hidden>
Subject: [Moss-devel] CVS: moss/3Dsia/client/3Dcf configure.ac,1.6,1.7
Date: Tue, 05 Nov 2002 18:40:01 -0500

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

Modified Files:
        configure.ac 
Log Message:
checking for libGLU doesnt work - removed, becomes solved soon


Index: configure.ac
===================================================================
RCS file: /cvsroot/moss/moss/3Dsia/client/3Dcf/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** configure.ac        5 Nov 2002 23:15:48 -0000       1.6
--- configure.ac        5 Nov 2002 23:39:59 -0000       1.7
***************
*** 30,33 ****
--- 30,34 ----
  glflags="-L/usr/X11R6/lib" 
  
+ 
  AC_HAVE_LIBRARY(Xt, glflags="$glflags -lXt",AC_MSG_ERROR([libXt not 
found]),$glflags)
  AC_HAVE_LIBRARY(Xext, glflags="$glflags -lXext",AC_MSG_ERROR([libXext not 
found]),$glflags)
***************
*** 37,41 ****
  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_CHECK_LIB(GLU,gluScaleImage3D,glflags="$glflags 
-lGLU",AC_MSG_ERROR([libGLU not found]),$glflags)
  AC_HAVE_LIBRARY(glut,glflags="$glflags -lglut",AC_MSG_ERROR([libglut not 
found]),$glflags)
  
--- 38,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_CHECK_LIB(GLU,free,glflags="$glflags -lGLU",AC_MSG_ERROR([libGLU not 
found]),$glflags)
  AC_HAVE_LIBRARY(glut,glflags="$glflags -lglut",AC_MSG_ERROR([libglut not 
found]),$glflags)
  





reply via email to

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