Ticket #114: tslib-1.0-check.patch
| File tslib-1.0-check.patch, 0.6 kB (added by tomboy64, 8 weeks ago) |
|---|
-
configure.ac
old new 1930 1930 AC_CHECK_LIB([rt], [nanosleep], XEPHYR_LIBS="$XEPHYR_LIBS -lrt")) 1931 1931 1932 1932 if test "x$TSLIB" = xyes; then 1933 PKG_CHECK_MODULES([TSLIB], [tslib- 0.0], [HAVE_TSLIB="yes"], [HAVE_TSLIB="no"])1933 PKG_CHECK_MODULES([TSLIB], [tslib-1.0], [HAVE_TSLIB="yes"], [HAVE_TSLIB="no"]) 1934 1934 if test "x$HAVE_TSLIB" = xno; then 1935 1935 AC_MSG_ERROR([tslib must be installed to build the tslib driver. See http://tslib.berlios.de/]) 1936 1936 fi
