Default to check installed kernel headers by default.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 19 07:06:21 2008 +0000 (2008-08-19)
changeset 800b3beac3a3a1d
parent 799 a31e625eb343
child 801 abd105984689
Default to check installed kernel headers by default.

/trunk/config/kernel/linux_headers_install.in | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
config/kernel/linux_headers_install.in
     1.1 --- a/config/kernel/linux_headers_install.in	Sun Aug 17 14:13:00 2008 +0000
     1.2 +++ b/config/kernel/linux_headers_install.in	Tue Aug 19 07:06:21 2008 +0000
     1.3 @@ -209,7 +209,7 @@
     1.4  config KERNEL_LINUX_HEADERS_INSTALL_CHECK
     1.5      bool
     1.6      prompt "Check installed headers"
     1.7 -    default n
     1.8 +    default y
     1.9      help
    1.10        If you are in doubt that installed headers are buggy, say 'Y'
    1.11        here to have an extra check passed onto the headers.