Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e


Modified Files:
        configure.in 


Log Message:
Added a check for omnibook laptops so that temperature module can work with
them. Seems these lappys cannot correctly use linux ACPI.

===================================================================
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -3 -r1.128 -r1.129
--- configure.in        7 Aug 2006 20:25:33 -0000       1.128
+++ configure.in        2 Sep 2006 23:46:19 -0000       1.129
@@ -73,6 +73,11 @@
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
 
+# Check for omnibook laptops so that temperature module works with them
+if test -f /proc/omnibook/temperature; then
+       AC_DEFINE(HAVE_OMNIBOOK, 1, [Omnibook laptop support for temperature 
module])
+fi
+
 if test "x${bindir}" = 'xNONE'; then
   if test "x${prefix}" = "xNONE"; then
     PACKAGE_BIN_DIR="${ac_default_prefix}/bin"



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to