[pan2] fixed gmime26 in configure.in
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] fixed gmime26 in configure.in
- Date: Tue, 17 Jan 2012 07:26:10 +0000 (UTC)
commit 687a09793eb67d5ebd7de5b4971a1df075317e1b
Author: Heinrich MÃller <henmull src gnome org>
Date: Tue Jan 17 08:25:45 2012 +0100
fixed gmime26 in configure.in
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 64791a3..5dfb893 100644
--- a/configure.in
+++ b/configure.in
@@ -89,11 +89,11 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[Gettext package])
AM_GLIB_GNU_GETTEXT
panlocaledir='${prefix}/${DATADIRNAME}/locale'
-have_gmime26 =no
AM_PATH_GLIB_2_0($GLIB_REQUIRED,,exit 1,gobject gmodule gthread)
PKG_CHECK_MODULES([GMIME], [ gmime-2.6 >= $GMIME26_REQUIRED ],[have_gmime26=yes],
[
PKG_CHECK_MODULES( [GMIME], [gmime-2.4 >= $GMIME24_REQUIRED] )
+ have_gmime26=no
]
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]