From: Marco van Wieringen Date: Mon, 18 Feb 2013 13:12:16 +0000 (+0100) Subject: Fix typo. X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=41af21c79feabb964d7cb77591310880b27b53c8;p=bacula%2Fbacula Fix typo. --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index f802b43103..1237328061 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 610bf99eeb..21b2a51980 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