Brian Behlendorf c064bdee95 Fix the configure CONFIG_* option detection
The latest kernels no longer define AUTOCONF_INCLUDED which was
being used to detect the new style autoconf.h kernel configure
options.  This results in the CONFIG_* checks always failing
incorrectly for newer kernels.

The fix for this is a simplification of the testing method.
Rather than attempting to explicitly include to renamed config
header.  It is simpler to unconditionally include <linux/module.h>
which must pick up the correctly named header.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #320
2011-07-22 15:07:03 -07:00
..
2010-09-02 16:12:02 -07:00
2010-09-02 16:12:02 -07:00
2011-06-16 11:49:38 -07:00
2010-09-02 16:12:02 -07:00
2010-09-02 16:12:02 -07:00
2010-11-30 10:36:58 -08:00
2010-09-02 16:12:02 -07:00
2010-09-05 21:49:05 -07:00
2010-05-17 15:18:00 -07:00
2011-06-16 11:49:38 -07:00