2003-08-19 Marcus Brinkmann <marcus@g10code.de>

* configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
	invocation.
This commit is contained in:
Marcus Brinkmann 2003-08-19 02:25:25 +00:00
parent f9867edfb8
commit 5e380eb635
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-08-19 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (AM_PATH_GPG_ERROR): Add missing comma in
invocation.
2003-08-06 Werner Koch <wk@gnupg.org>
* configure.ac: Check for libgpg-error. Print infos about missing

View File

@ -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)