summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-24 12:15:36 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-24 12:15:36 +0000
commitbb973e5554bb32fa1844761574c1fac51e290fda (patch)
tree27e77d02bfd48a44fd788815f4471bb7b1a334f1
parent95ec7e38c7b8ddc9d6fd75a4ccaf7af27ceb077c (diff)
downloadzabbix-bb973e5554bb32fa1844761574c1fac51e290fda.tar.gz
zabbix-bb973e5554bb32fa1844761574c1fac51e290fda.tar.xz
zabbix-bb973e5554bb32fa1844761574c1fac51e290fda.zip
- fixed determination of __VA_ARGS__ (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4654 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-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),