On Thu, Apr 03, 2014 at 06:06:33AM +0900, Ryo ONODERA wrote:
> /usr/xsrc/external/mit/xf86-video-intel/dist/src/sna/blt.c:29:20: fatal 
> error: config.h: No such file or directory
>  #include "config.h"
>                     ^

Try making that:

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

instead. That's the usual way to solve these.
 Thomas

Reply via email to