diff options
author | Werner Koch <wk@gnupg.org> | 2014-10-02 16:17:45 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-10-02 16:25:27 +0200 |
commit | 6bc0cd6202033be113999dbf27be4014bdf2c784 (patch) | |
tree | ce989a4d6af746c88fc121fb42596f1e49dd4bc2 /configure.ac | |
parent | doc: Remove GnuPG-1 related parts from gpg.texi. (diff) | |
download | gnupg2-6bc0cd6202033be113999dbf27be4014bdf2c784.tar.xz gnupg2-6bc0cd6202033be113999dbf27be4014bdf2c784.zip |
build: Update m4 scripts
* m4/gpg-error.m4: Update from Libgpg-error git master.
* m4/libgcrypt.m4: Update from Libgcrypt git master.
* configure.ac: Declare SYSROOT a precious variable. Add extra error
message for library configuration mismatches.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c627c27aa..daca838af 100644 --- a/configure.ac +++ b/configure.ac @@ -528,6 +528,7 @@ AH_BOTTOM([ AM_MAINTAINER_MODE +AC_ARG_VAR(SYSROOT,[locate config scripts also below that directory]) # Checks for programs. AC_MSG_NOTICE([checking for programs]) @@ -1796,3 +1797,12 @@ echo " gpg-check-pattern will not be build. " fi +if test "x${gpg_config_script_warn}" != x; then +cat <<G10EOF + Warning: Mismatches between the target platform and the + to be used libraries have been detected for: + ${gpg_config_script_warn} + Please check above for more warning messages. + +G10EOF +fi |