From: Sebastian Bauer Date: Tue, 31 Jul 2012 05:30:31 +0000 (+0200) Subject: Added HAVE_CONFIG_H check before including config.h X-Git-Tag: pixman-0.27.2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98617b3796d12c18d8306cca590160caa3c95454;p=platform%2Fupstream%2Fpixman.git Added HAVE_CONFIG_H check before including config.h --- diff --git a/pixman/make-srgb.pl b/pixman/make-srgb.pl index ebde2ea..cdaa80b 100644 --- a/pixman/make-srgb.pl +++ b/pixman/make-srgb.pl @@ -72,7 +72,10 @@ print <<"PROLOG"; #include -#include "config.h" +#ifdef HAVE_CONFIG_H +#include +#endif + #include "pixman-private.h" PROLOG