diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 2016894..01d5448 100644 --- a/configure.ac +++ b/configure.ac @@ -55,6 +55,13 @@ AC_CHECK_HEADERS([stdlib.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST +# Substitution used for gpg-error-config +GPG_ERROR_CONFIG_LIBS="-lgpg-error" +GPG_ERROR_CONFIG_CFLAGS="" +AC_SUBST(GPG_ERROR_CONFIG_LIBS) +AC_SUBST(GPG_ERROR_CONFIG_CFLAGS) +AC_CONFIG_FILES([src/gpg-error-config], [chmod +x src/gpg-error-config]) + # Checks for library functions. AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([po/Makefile.in m4/Makefile]) |