techmik

Untitled

Jun 2nd, 2011
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. { echo "$as_me:$LINENO: checking for kernel linux/autoconf.h" >&5
  2. echo $ECHO_N "checking for kernel linux/autoconf.h... $ECHO_C" >&6; }
  3. if ! test -r $CONFIG_SND_KERNELDIR/include/linux/autoconf.h; then
  4. if test -z "$kernelbuild" -o ! -f $kernelbuild/include/linux/autoconf.h; then
  5. { echo "$as_me:$LINENO: result: no" >&5
  6. echo "${ECHO_T}no" >&6; }
  7. cat << EOF
  8. The file $CONFIG_SND_KERNELDIR/include/linux/autoconf.h does not exist.
  9. Please install the package with full kernel sources for your distribution
  10. or use --with-kernel=dir option to specify another directory with kernel
  11. sources (default is $DEFAULT_KERNEL_DIR).
Advertisement
Add Comment
Please, Sign In to add comment