The code was setting _ecore_have_ts but checking _ecore_have_tslib.

Signed-off-by: Marc Andre Tanner <m...@brain-dump.org>
---
 m4/ecore_check_options.m4 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/m4/ecore_check_options.m4 b/m4/ecore_check_options.m4
index 03aa740..b8c6db8 100644
--- a/m4/ecore_check_options.m4
+++ b/m4/ecore_check_options.m4
@@ -198,12 +198,12 @@ if test "x${_ecore_want_tslib}" = "xyes" -o 
"x${_ecore_want_tslib}" = "xauto" ;
    PKG_CHECK_MODULES(TSLIB, tslib-1.0,
      [
       AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code])
-      _ecore_have_ts="yes"
+      _ecore_have_tslib="yes"
      ],[
       PKG_CHECK_MODULES(TSLIB, tslib,
         [
          AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code])
-         _ecore_have_ts="yes"
+         _ecore_have_tslib="yes"
         ],[
          AC_CHECK_HEADER([tslib.h],
            [
@@ -212,16 +212,16 @@ if test "x${_ecore_want_tslib}" = "xyes" -o 
"x${_ecore_want_tslib}" = "xauto" ;
                TSLIB_LIBS="-lts" 
                TSLIB_CFLAGS=""
                AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code])
-               _ecore_have_ts="yes"
+               _ecore_have_tslib="yes"
               ],[
                AC_CHECK_LIB([tslib], [ts_open],
                  [
                   TSLIB_LIBS="-ltslib"
                   TSLIB_CFLAGS=""
                   AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_FB Touchscreen Code])
-                  _ecore_have_ts="yes"
+                  _ecore_have_tslib="yes"
                  ],[
-                  _ecore_have_ts="no"
+                  _ecore_have_tslib="no"
                  ])
               ])
            ])
-- 
1.6.3.3


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to