diff options
author | Werner Koch <[email protected]> | 2025-05-28 08:23:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-05-28 08:24:34 +0000 |
commit | c42825f1612b13c27c2472c4190d64655891078b (patch) | |
tree | c4775e3d145915145b1fab6951163c5ed438c1bc /m4/libtool.m4 | |
parent | argparse: Fix a memory leak. (diff) | |
download | libgpg-error-master.tar.gz libgpg-error-master.zip |
* m4/libtool.m4: Add casefor openedition.
--
Suggested-by: Sachin T <[email protected]>
for ntbtls but added here as this is "our" upstream for such tools.
Diffstat (limited to 'm4/libtool.m4')
-rw-r--r-- | m4/libtool.m4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4 index e7b6833..5e41f03 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -3603,6 +3603,10 @@ openbsd* | bitrig*) fi ;; +openedition*) + lt_cv_deplibs_check_method=pass_all + ;; + osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; |