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

SVN revision: 32743
This commit is contained in:
Michael Lauer 2007-11-17 13:49:47 +00:00
parent d90ac09bd5
commit 3bb9a7e0f6
1 changed files with 1 additions and 1 deletions

View File

@ -559,7 +559,7 @@ tslib_libs=""
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])
]
)