aboutsummaryrefslogtreecommitdiffstats
path: root/m4/gpg-error.m4
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-10-24 03:10:39 +0000
committerNIIBE Yutaka <[email protected]>2022-10-24 03:10:39 +0000
commitd36905bb80c43987f2ca6980d3973d2111f89991 (patch)
tree34b947fb7592d39e3fb1a6dcea13f6ca9cbc7fa1 /m4/gpg-error.m4
parentbuild,qt: Check whether building with -fPIC is needed (diff)
downloadgpgme-d36905bb80c43987f2ca6980d3973d2111f89991.tar.gz
gpgme-d36905bb80c43987f2ca6980d3973d2111f89991.zip
build: Update gpg-error.m4.
* m4/gpg-error.m4: Update from libgpg-error 1.46. -- Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'm4/gpg-error.m4')
-rw-r--r--m4/gpg-error.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4
index 4b5cd40b..a975e53d 100644
--- a/m4/gpg-error.m4
+++ b/m4/gpg-error.m4
@@ -10,7 +10,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
-# Last-changed: 2022-02-15
+# Last-changed: 2022-09-21
dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
@@ -120,6 +120,10 @@ AC_DEFUN([AM_PATH_GPG_ERROR],
fi
if test -n "$gpgrt_libdir"; then break; fi
done
+ if test -z "$libdir_candidates"; then
+ # No valid pkgconfig dir in any of the system directories, fallback
+ gpgrt_libdir=${possible_libdir1}
+ fi
else
# When we cannot determine system libdir-format, use this:
gpgrt_libdir=${possible_libdir1}