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

* configure.ac: Complain if libgpg-error is not found.
This commit is contained in:
Marcus Brinkmann 2003-07-08 17:11:06 +00:00
parent a237b4eb82
commit 3e348f622b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-08 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Complain if libgpg-error is not found.
2003-06-22 Marcus Brinkmann <marcus@g10code.de>
* configure.ac (AC_INIT): Bump version to 0.4.2.

View File

@ -168,7 +168,7 @@ fi
# However some code in assuan/ links against it.
AC_REPLACE_FUNCS(fopencookie)
AM_PATH_GPG_ERROR(0.1)
AM_PATH_GPG_ERROR(0.1,, AC_MSG_ERROR([libgpg-error was not found]))
AC_DEFINE(GPG_ERR_SOURCE_DEFAULT, GPG_ERR_SOURCE_GPGME,
[The default error source for GPGME.])
dnl