[f-spot] report an error if gtk# svn is in the path
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] report an error if gtk# svn is in the path
- Date: Thu, 28 May 2009 04:41:58 -0400 (EDT)
commit c6fa66182a96120bd44237f86fb3edff42171272
Author: Stephane Delcroix <stephane delcroix org>
Date: Thu May 28 10:38:40 2009 +0200
report an error if gtk# svn is in the path
---
configure.ac | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 2144984..fb621c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,6 +89,10 @@ if pkg-config --atleast-version=1.2.5 mono-cairo; then
CSC_DEFINES="$CSC_DEFINES -d:CAIRO_1_2_5"
fi
+if pkg-config --atleast-version=2.13.0 gtk-sharp-2.0 && pkg-config --max-version=2.14 gtk-sharp-2.0; then
+ AC_MSG_ERROR([There's a svn version of gtk-sharp 2.13.x installed. Uninstall it.])
+fi
+
dnl - Choose PreferenceBackend (default to gconf)
AC_ARG_ENABLE([gconf],[AC_HELP_STRING([--disable-gconf], [build without gconf preference backend])],,)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]