Code

Stricter autoconf 2.60 rules (Lance Albertson - 1522900)
authorTon Voon <tonvoon@users.sourceforge.net>
Wed, 19 Jul 2006 23:05:31 +0000 (23:05 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Wed, 19 Jul 2006 23:05:31 +0000 (23:05 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1457 f882894a-f735-0410-b71e-b25c423dba1c

THANKS.in
configure.in

index 60af6bfc1caaaa608a0d30524328da7e22013186..32935189574790226ee4f6c703ae36e872497b96 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
@@ -187,3 +187,4 @@ Holger Weiss
 Cire Iriarte
 Allan Bennett
 Ari Pollak
+Lance Albertson
index 32ab396ba98681918680fc3ff1db544691b5ebe7..d9bb6195a0c19d9eab45c92ce6dc24aed7a35fa9 100644 (file)
@@ -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*)