Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Fix building with glx when glXBind/ReleaseTexImageEXT are not directly available
(based on patch by bene42).

===================================================================
RCS file: /cvs/e/e16/e/configure.in,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -3 -r1.211 -r1.212
--- configure.in        9 Jun 2007 09:36:36 -0000       1.211
+++ configure.in        14 Jun 2007 22:38:22 -0000      1.212
@@ -165,6 +165,8 @@
     ],[
       AC_MSG_ERROR([Cannot find GLX libraries])
     ])
+  AC_CHECK_LIB(GL, glXBindTexImageEXT,
+      AC_DEFINE(HAVE_GLX_glXBindTexImageEXT, 1, [glXBindTexImageEXT is 
available]))
   AC_SUBST(GLX_LIBS)
 fi
 AM_CONDITIONAL(HAVE_GLX, test "x$enable_glx" = "xyes")



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to