From: Marco van Wieringen Date: Mon, 18 Feb 2013 13:12:16 +0000 (+0100) Subject: Fix typo. X-Git-Tag: Release-7.0.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad3144da7ce8ea68b1df3fb4ea8ec557102e5e0;p=thirdparty%2Fbacula.git Fix typo. --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index f802b4310..123732806 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -2379,7 +2379,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 ] diff --git a/bacula/configure b/bacula/configure index 610bf99ee..21b2a5198 100755 --- a/bacula/configure +++ b/bacula/configure @@ -28548,7 +28548,7 @@ main () _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ba_cv_va_copy=yes, + ba_cv_va_copy=yes else