Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: HEADS UP: riastradh-drm2 branch merged
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
Home |
Main Index |
Thread Index |
Old Index