* configure.ac: Print a warning when DVB headers aren't found.

This commit is contained in:
Christophe Massiot 2005-08-18 16:23:30 +00:00
parent 63b9a90428
commit 7e7472093c
1 changed files with 1 additions and 1 deletions

View File

@ -1795,7 +1795,7 @@ then
else
VLC_ADD_BUILTINS([dvb])
fi
],[])
],[AC_MSG_WARN(linux-dvb headers not found, dvb disabled)])
CPPFLAGS="${CPPFLAGS_save}"
fi