blob: 34f65c7472782d8986bb41e68983846df7607c87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- configure.in.old 2006-07-15 00:01:50.000000000 -0500
+++ configure.in 2006-07-15 00:02:18.000000000 -0500
@@ -1639,7 +1639,9 @@
#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*)
|