summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7fe9e22c..a3dcf5f5 100644
--- a/configure.in
+++ b/configure.in
@@ -435,6 +435,7 @@ int test(const char *fmt, ...) { return 0; }
[
#define TEST(fmt, ...) test(""fmt, ##__VA_ARGS__)
TEST("%s","test");
+TEST("test");
],
AC_DEFINE(HAVE___VA_ARGS__, 1 ,[Define to 1 if __VA_ARGS__ available.])
AC_MSG_RESULT(yes),