* Fix include path for moved header files

This commit is contained in:
micha-bbg
2012-12-13 17:45:43 +01:00
parent d67b1e9c93
commit b1138e16b0
8 changed files with 11 additions and 13 deletions

View File

@@ -118,7 +118,9 @@ AC_ARG_ENABLE(cleanup,
[ --enable-cleanup enable cleanup on exit],
[AC_DEFINE(EXIT_CLEANUP,1,[enable cleanup on exit])])
AC_CHECK_HEADERS(coolstream/nevis_ir.h)
if test -e ${srcdir}/lib/libcoolstream/nevis_ir.h; then
AC_DEFINE(HAVE_COOLSTREAM_NEVIS_IR_H,1,[Define to 1 if you have the <nevis_ir.h> header file.])
fi
#
# Check for libtdservicedb - the new one - for testing only