From 5e380eb635ace848b2ccbf6c067086c4adaa45ef Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 19 Aug 2003 02:25:25 +0000 Subject: 2003-08-19 Marcus Brinkmann * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in invocation. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0bf39ba75..7a7570eae 100644 --- a/configure.ac +++ b/configure.ac @@ -353,7 +353,7 @@ AM_CONDITIONAL(HAVE_DOSISH_SYSTEM, test "$have_dosish_system" = yes) # libgpg-error is a library with error codes shared between GnuPG # related projects. # -AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION" +AM_PATH_GPG_ERROR("$NEED_GPG_ERROR_VERSION", have_gpg_error=yes,have_gpg_error=no) -- cgit v1.2.3