[Asterisk-code-review] build: search from newest to oldest for gmime. (asterisk[13])
Joshua Colp
asteriskteam at digium.com
Wed Mar 25 06:39:12 CDT 2020
Joshua Colp has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/14004 )
Change subject: build: search from newest to oldest for gmime.
......................................................................
build: search from newest to oldest for gmime.
We (Gentoo distribution) reckon that in the case of multiple versions of
gmime installed we should prefer the newest one.
Change-Id: Idf7be613230232eb1d573d93c4a5a8297f4ecd2d
---
M configure
M configure.ac
2 files changed, 2 insertions(+), 2 deletions(-)
Approvals:
George Joseph: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Approved for Submit
diff --git a/configure b/configure
index 150bd54..f914a22 100755
--- a/configure
+++ b/configure
@@ -31796,7 +31796,7 @@
fi
fi
-for ver in 2.0 2.2 2.4 2.6 3.0; do
+for ver in 3.0 2.6 2.4 2.2 2.0; do
if test "x${PBX_GMIME}" != "x1" -a "${USE_GMIME}" != "no"; then
diff --git a/configure.ac b/configure.ac
index 2c97725..47687fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2660,7 +2660,7 @@
fi
fi
-for ver in 2.0 2.2 2.4 2.6 3.0; do
+for ver in 3.0 2.6 2.4 2.2 2.0; do
AST_PKG_CONFIG_CHECK([GMIME], gmime-$ver)
if test "$PBX_GMIME" = 1; then
break;
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14004
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: Idf7be613230232eb1d573d93c4a5a8297f4ecd2d
Gerrit-Change-Number: 14004
Gerrit-PatchSet: 1
Gerrit-Owner: Jaco Kroon <jaco at uls.co.za>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200325/18691f1f/attachment.html>
More information about the asterisk-code-review
mailing list