Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets


Modified Files:
        configure.in 


Log Message:
GLU is not used.

===================================================================
RCS file: /cvs/e/e16/epplets/configure.in,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- configure.in        17 Nov 2007 16:16:09 -0000      1.53
+++ configure.in        17 Nov 2007 16:22:59 -0000      1.54
@@ -84,12 +84,11 @@
   [  --enable-glx            build with GLX support @<:@default=yes@:>@],,
   enable_glx=yes)
 if test "x$enable_glx" = "xyes"; then
-  AC_CHECK_HEADERS(GL/gl.h GL/glu.h GL/glx.h,, enable_glx=no)
+  AC_CHECK_HEADERS(GL/gl.h GL/glx.h,, enable_glx=no)
   AC_CHECK_LIB(GL, glXChooseVisual, enable_glx=yes, enable_glx=no)
-dnl# AC_CHECK_LIB(GLU, main, , GLX_LIBS="", $X_LIBS)
 fi
 if test "x$enable_glx" = "xyes"; then
-  GLX_LIBS="-lGL -lGLU"
+  GLX_LIBS="-lGL"
   GLX_PROGS="E-OpenGL-Demo.epplet"
   AC_DEFINE(HAVE_GLX, 1, [GLX support])
 else



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to