blob: a1fbb21326255bc64cbe7165caaa82c66d04976a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Index: ecore-0.9.9.038/configure.in
===================================================================
--- ecore-0.9.9.038.orig/configure.in
+++ ecore-0.9.9.038/configure.in
@@ -1,4 +1,4 @@
-dnl Process this file with autoconf to produce a configure script.
+<dnl Process this file with autoconf to produce a configure script.
AC_INIT(configure.in)
AC_CANONICAL_BUILD
@@ -321,7 +321,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])
]
)
|