From: Bruno Haible Date: Fri, 23 Sep 2005 20:27:23 +0000 (+0000) Subject: Include config.h only if it exists. X-Git-Tag: cvs-readonly~2899 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=a6ac074b488ce564cd4ad2ae8368c1904d6e534b;p=gnulib.git Include config.h only if it exists. --- diff --git a/tests/test-verify.c b/tests/test-verify.c index d2049bfc7..577094197 100644 --- a/tests/test-verify.c +++ b/tests/test-verify.c @@ -1,4 +1,7 @@ -#include "config.h" +#ifdef HAVE_CONFIG_H +# include +#endif + #include "verify.h" int x;