diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-19 23:05:31 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-19 23:05:31 +0000 |
commit | a48c4f1ce820908b8617809a106ce95891d6a8f2 (patch) | |
tree | bb58ec38eb26990c0497c0982270e44b9aa4d5bb | |
parent | 8b6d9e5eab1dfb792c319d06a0e16a92452205b8 (diff) | |
download | monitoring-plugins-a48c4f1ce820908b8617809a106ce95891d6a8f2.tar.gz |
Stricter autoconf 2.60 rules (Lance Albertson - 1522900)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1457 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -187,3 +187,4 @@ Holger Weiss Cire Iriarte Allan Bennett Ari Pollak +Lance Albertson diff --git a/configure.in b/configure.in index 32ab396b..d9bb6195 100644 --- a/configure.in +++ b/configure.in @@ -1638,7 +1638,9 @@ AC_TRY_COMPILE([#ifdef __STDC__ #endif], [va_list args;], [AC_MSG_RESULT(yes)], - [NEED_VA_LIST=-DNEED_VA_LIST AC_SUBST(NEED_VA_LIST) AC_MSG_RESULT(no)]) + [NEED_VA_LIST=-DNEED_VA_LIST + AC_SUBST(NEED_VA_LIST) + AC_MSG_RESULT(no)]) case $host in *bsd*) |