summaryrefslogtreecommitdiffstats
path: root/web/attachments/184991-autoconf-fix.patch
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/184991-autoconf-fix.patch
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/184991-autoconf-fix.patch')
-rw-r--r--web/attachments/184991-autoconf-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/attachments/184991-autoconf-fix.patch b/web/attachments/184991-autoconf-fix.patch
new file mode 100644
index 0000000..34f65c7
--- /dev/null
+++ b/web/attachments/184991-autoconf-fix.patch
@@ -0,0 +1,13 @@
1--- configure.in.old 2006-07-15 00:01:50.000000000 -0500
2+++ configure.in 2006-07-15 00:02:18.000000000 -0500
3@@ -1639,7 +1639,9 @@
4 #endif],
5 [va_list args;],
6 [AC_MSG_RESULT(yes)],
7- [NEED_VA_LIST=-DNEED_VA_LIST AC_SUBST(NEED_VA_LIST) AC_MSG_RESULT(no)])
8+ [NEED_VA_LIST=-DNEED_VA_LIST
9+ AC_SUBST(NEED_VA_LIST)
10+ AC_MSG_RESULT(no)])
11
12 case $host in
13 *bsd*)