aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-06-06 02:35:45 +0000
committerMarcus Brinkmann <[email protected]>2003-06-06 02:35:45 +0000
commit44b3538634b4ed77104e1d5b7b39d003641dca30 (patch)
tree5eaef27b4e9f0afea9099dc44250249406c14ba2 /configure.ac
parentdoc/ (diff)
downloadgpgme-44b3538634b4ed77104e1d5b7b39d003641dca30.tar.gz
gpgme-44b3538634b4ed77104e1d5b7b39d003641dca30.zip
2003-06-06 Marcus Brinkmann <[email protected]>
* configure.ac: Use AM_PATH_GPG_ERROR. gpgme/ 2003-06-06 Marcus Brinkmann <[email protected]> * Makefile.am (AM_CPPFLAGS): Add @GPG_ERROR_CFLAGS@. * gpgme-config.in (gpg_error_libs, gpg_error_cflags): New variables. Print them.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 51f02f05..b10ae47c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,7 +168,7 @@ fi
# However some code in assuan/ links against it.
AC_REPLACE_FUNCS(fopencookie)
-AC_CHECK_LIB(gpg-error, strerror)
+AM_PATH_GPG_ERROR(0.1)
AC_DEFINE(GPG_ERR_SOURCE_DEFAULT, GPG_ERR_SOURCE_GPGME,
[The default error source for GPGME.])
dnl