diff options
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 32ab396b..d9bb6195 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*) |