mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-06 01:45:11 +00:00
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
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user