Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        AUTHORS configure.in 


Log Message:


tslib patch :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/AUTHORS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- AUTHORS     22 Jun 2005 14:51:34 -0000      1.17
+++ AUTHORS     15 Sep 2005 04:19:45 -0000      1.18
@@ -15,3 +15,4 @@
 Simon Poole <[EMAIL PROTECTED]>
 Jorge Luis Zapata Muga <[EMAIL PROTECTED]>
 dan sinclair <[EMAIL PROTECTED]>
+Michael 'Mickey' Lauer <[EMAIL PROTECTED]>
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -3 -r1.106 -r1.107
--- configure.in        7 Sep 2005 23:21:42 -0000       1.106
+++ configure.in        15 Sep 2005 04:19:45 -0000      1.107
@@ -100,6 +100,17 @@
 
 AC_CHECK_FUNCS(gettimeofday)
 
+tslib_libs=""
+AC_CHECK_HEADER(tslib.h,
+  [
+    tslib_libs="-ltslib"
+    AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_X Module])
+  ],[
+    AC_MSG_RESULT("No tslib header found. No tslib support being built")
+  ]
+)
+AC_SUBST(tslib_libs)
+
 AC_CHECK_HEADERS(netinet/in.h)
 
 case "$host_os" in




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to