mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
2003-08-19 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (AM_PATH_GPG_ERROR): Add missing comma in invocation.
This commit is contained in:
parent
f9867edfb8
commit
5e380eb635
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user