projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
365f3ab
)
Include config.h only if it exists.
author
Bruno Haible
<bruno@clisp.org>
Fri, 23 Sep 2005 20:27:23 +0000
(20:27 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Fri, 23 Sep 2005 20:27:23 +0000
(20:27 +0000)
tests/test-verify.c
patch
|
blob
|
history
diff --git
a/tests/test-verify.c
b/tests/test-verify.c
index d2049bfc7c27f28c102bf962076329d1f6982e3d..5770941978efece11e65d09066635da3bc1d1adc 100644
(file)
--- a/
tests/test-verify.c
+++ b/
tests/test-verify.c
@@
-1,4
+1,7
@@
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include "verify.h"
int x;