Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets


Modified Files:
        configure.in 


Log Message:
Move glx stuff to separate library.

===================================================================
RCS file: /cvs/e/e16/epplets/configure.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- configure.in        11 Nov 2007 17:51:14 -0000      1.52
+++ configure.in        17 Nov 2007 16:16:09 -0000      1.53
@@ -85,7 +85,7 @@
   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_LIB(GL, glXChooseVisual,, 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
@@ -97,6 +97,7 @@
 fi
 AC_SUBST(GLX_LIBS)
 AC_SUBST(GLX_PROGS)
+AM_CONDITIONAL(BUILD_GLX, test "x$enable_glx" = "xyes")
 
 PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.2.0)
 



-------------------------------------------------------------------------
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