summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
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