diff --git a/ChangeLog b/ChangeLog index 7e172242e..45be0a5a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-08-19 Marcus Brinkmann + + * configure.ac (AM_PATH_GPG_ERROR): Add missing comma in + invocation. + 2003-08-06 Werner Koch * 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)