diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-19 23:05:31 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-19 23:05:31 (GMT) |
commit | a48c4f1ce820908b8617809a106ce95891d6a8f2 (patch) | |
tree | bb58ec38eb26990c0497c0982270e44b9aa4d5bb /configure.in | |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 32ab396..d9bb619 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1638,7 +1638,9 @@ AC_TRY_COMPILE([#ifdef __STDC__ | |||
1638 | #endif], | 1638 | #endif], |
1639 | [va_list args;], | 1639 | [va_list args;], |
1640 | [AC_MSG_RESULT(yes)], | 1640 | [AC_MSG_RESULT(yes)], |
1641 | [NEED_VA_LIST=-DNEED_VA_LIST AC_SUBST(NEED_VA_LIST) AC_MSG_RESULT(no)]) | 1641 | [NEED_VA_LIST=-DNEED_VA_LIST |
1642 | AC_SUBST(NEED_VA_LIST) | ||
1643 | AC_MSG_RESULT(no)]) | ||
1642 | 1644 | ||
1643 | case $host in | 1645 | case $host in |
1644 | *bsd*) | 1646 | *bsd*) |