# HG changeset patch # User Bruno Haible # Date 1127507243 0 # Node ID 3ab48f830628bb0eb16bd08b3e235f6d079777aa # Parent e0bde7c4a201d1c5c20e18dfa3b642d7bc45c778 Include config.h only if it exists. diff --git a/tests/test-verify.c b/tests/test-verify.c --- 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;