Enlightenment CVS committal

Author  : mickeyl
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore


Modified Files:
        configure.in 


Log Message:
ecore: fix linking against tslib, it's -lts, not -ltslib

===================================================================
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -3 -r1.239 -r1.240
--- configure.in        13 Nov 2007 07:05:12 -0000      1.239
+++ configure.in        17 Nov 2007 13:49:47 -0000      1.240
@@ -559,7 +559,7 @@
 if test "x$have_ecore_fb" = "xyes" ; then
 AC_CHECK_HEADER(tslib.h,
   [
-   tslib_libs="-ltslib"
+   tslib_libs="-lts"
    AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code])
   ]
 )



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