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 73f3e00 commit b37a7cd
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 @@ -2461,7 +2461,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 @@ -28945,7 +28945,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 b37a7cd

Please sign in to comment.