1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

* 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

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