]> git.sesse.net Git - vlc/commitdiff
* configure.ac: Print a warning when DVB headers aren't found.
authorChristophe Massiot <massiot@videolan.org>
Thu, 18 Aug 2005 16:23:30 +0000 (16:23 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 18 Aug 2005 16:23:30 +0000 (16:23 +0000)
configure.ac

index e0d0d0c4c0f4c051de233bf3d94ae407d9dacd2b..f11f69e6dc3f747728d132a2f440f12048b25379 100644 (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