On Thursday 2008-06-05 19:19, Patrick McHardy wrote: >> CC libxt_dccp.oo >> libxt_dccp.c:16:24: warning: linux/dccp.h: No such file or directory > > > Mhh .. I don't really want to add that file to iptables. > Jan, I'm not familiar with auto*, could you send a patch > to make compilation of libxt_dccp dependand on the presence > of linux/dccp.h? Thanks. Is dccp.h too ugly? Either way, please pull from git://dev.medozas.de/xtables master to get commit 1ebc55e29f220082814a97e541427be7746400e0 parent 324651944e03072cde144d41896b2e207672d0f2 Author: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Thu Jun 5 19:48:31 2008 +0200 build: check for missing feature files linux/dccp.h is unlikely to be installed before 2.6.18 (which was when headers_install was introduced), and does not exist at all before 2.6.14. Add a compile-time check to skip compilation of libxt_dccp in case this was detected. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html