Skip to content

Commit

Permalink
Fix typo in configure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed May 5, 2013
1 parent eac87ee commit 6c9578e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoconf/configure.in
Expand Up @@ -2347,7 +2347,7 @@ AC_CACHE_CHECK(for va_copy, ba_cv_va_copy,
], [
call_use_va_copy(1,2,3)
], [
ba_cv_va_copy=yes,
ba_cv_va_copy=yes
], [
ba_cv_va_copy=no
]
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -28632,7 +28632,7 @@ main ()
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :

ba_cv_va_copy=yes,
ba_cv_va_copy=yes

else

Expand Down

0 comments on commit 6c9578e

Please sign in to comment.