aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-07-08 17:11:06 +0000
committerMarcus Brinkmann <[email protected]>2003-07-08 17:11:06 +0000
commit3e348f622bc5e673afce0924956de1fc53cafd01 (patch)
treeefbc03a2c5c4e59a5fa96c56ef3d477aafe0a069
parentAdd decrypt feature. (diff)
downloadgpgme-3e348f622bc5e673afce0924956de1fc53cafd01.tar.gz
gpgme-3e348f622bc5e673afce0924956de1fc53cafd01.zip
2003-07-08 Marcus Brinkmann <[email protected]>
* configure.ac: Complain if libgpg-error is not found.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 088fc13e..af3d0eae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-08 Marcus Brinkmann <[email protected]>
+
+ * configure.ac: Complain if libgpg-error is not found.
+
2003-06-22 Marcus Brinkmann <[email protected]>
* configure.ac (AC_INIT): Bump version to 0.4.2.
diff --git a/configure.ac b/configure.ac
index 2bbb6ab2..d5a13007 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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