Comment 2 for bug 1098650

Revision history for this message
James Page (james-page) wrote :

    if test ! -e "$KBUILD"/include/linux/version.h || \
       (test ! -e "$KBUILD"/include/linux/autoconf.h && \
        test ! -e "$KBUILD"/include/generated/autoconf.h); then
    AC_MSG_ERROR([Linux kernel source in $KBUILD is not configured])
    fi