remove spurious message

SVN revision: 17699
This commit is contained in:
Mike Frysinger 2005-10-20 05:37:38 +00:00
parent 901ef16a1f
commit 42a950023e
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@ AC_CHECK_HEADER(tslib.h,
[
tslib_libs="-ltslib"
AC_DEFINE(HAVE_TSLIB, 1, [Build Ecore_X Module])
],[
AC_MSG_RESULT("No tslib header found. No tslib support being built")
]
)
AC_SUBST(tslib_libs)