aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-08-19 02:25:25 +0000
committerMarcus Brinkmann <[email protected]>2003-08-19 02:25:25 +0000
commit5e380eb635ace848b2ccbf6c067086c4adaa45ef (patch)
tree1ddf49746a1ebf5f847fd232751bbc6dd7b66bd6
parent * mdc.c (use_mdc): Simplified. (diff)
downloadgnupg-5e380eb635ace848b2ccbf6c067086c4adaa45ef.tar.gz
gnupg-5e380eb635ace848b2ccbf6c067086c4adaa45ef.zip
2003-08-19 Marcus Brinkmann <[email protected]>
* configure.ac (AM_PATH_GPG_ERROR): Add missing comma in invocation.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e172242e..45be0a5a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-19 Marcus Brinkmann <[email protected]>
+
+ * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
+ invocation.
+
2003-08-06 Werner Koch <[email protected]>
* configure.ac: Check for libgpg-error. Print infos about missing
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)