summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-21 14:47:56 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2012-03-21 14:47:56 +0000
commitab6f40bd1276061139ae43d8d92de0f046806ee9 (patch)
treebcd06efed96094fb777d5a648ab319427a64f3d5 /configure
parentc88d1c8337a17d3a2eada556708bc5bd87b2639b (diff)
Also detect gmime 2.6
Also detect gmime version 2.6 (Michael Biebl) Signed-off-by: Tzafrir Cohen (License #5035) <tzafrir.cohen@xorcom.com> ........ Merged revisions 360087 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 360098 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360137 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c1091113e..6d63be98b 100755
--- a/configure
+++ b/configure
@@ -27093,7 +27093,7 @@ $as_echo "#define HAVE_GMIME 1" >>confdefs.h
if test "x${PBX_GMIME}" = "x0" -a "${PKGCONFIG}" != "No"; then
# Later versions of GMime use pkg-config
- for ver in 2.0 2.2 2.4; do
+ for ver in 2.0 2.2 2.4 2.6; do
if ! ${PKGCONFIG} --exists gmime-$ver; then
continue
fi