beagle r4601 - trunk/beagle
- From: dbera svn gnome org
- To: svn-commits-list gnome org
- Subject: beagle r4601 - trunk/beagle
- Date: Mon, 10 Mar 2008 02:53:11 +0000 (GMT)
Author: dbera
Date: Mon Mar 10 02:53:11 2008
New Revision: 4601
URL: http://svn.gnome.org/viewvc/beagle?rev=4601&view=rev
Log:
Fix building with mono-1.9
Modified:
trunk/beagle/configure.in
Modified: trunk/beagle/configure.in
==============================================================================
--- trunk/beagle/configure.in (original)
+++ trunk/beagle/configure.in Mon Mar 10 02:53:11 2008
@@ -71,7 +71,7 @@
# check that we have the require version of mono
# Temporary: check for mono-1.9
-PKG_CHECK_MODULES(MONO_1_9, mono >= 1.9.0, mono_1_9=yes, mono_1_9=no)
+PKG_CHECK_MODULES(MONO, mono >= 1.9, mono_1_9=yes, mono_1_9=no)
if test "x$mono_1_9" = "xno"; then
PKG_CHECK_MODULES(MONO, mono >= $MONO_REQUIRED)
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]