# HG changeset patch # User reimar # Date 1257694900 0 # Node ID ae5c747e9a0a59474ae4f8bc9c03004ad6dbd690 # Parent 54aafbe45eb446f015207e908f352a95825b003f Remove a pointless undeclared function reference, #error is assumed to be enough to fail cc_check all over the place already. diff -r 54aafbe45eb4 -r ae5c747e9a0a configure --- a/configure Sun Nov 08 15:39:54 2009 +0000 +++ b/configure Sun Nov 08 15:41:40 2009 +0000 @@ -5375,7 +5375,6 @@ int main(void) { #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) #error kernel headers too old, need 2.6.22 - bad_kernel_version(); #endif struct v4l2_ext_controls ctrls; ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;