From ab34f793e160777885e6443f9d02a396c642852b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20Krzy=C5=BCanowski?= Date: Mon, 5 Jul 2004 19:48:34 +0000 Subject: [PATCH] - MacOSX use mono, not mint Changed files: monodevelop-mint.patch -> 1.3 --- monodevelop-mint.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monodevelop-mint.patch b/monodevelop-mint.patch index 37f9f32..6e353fc 100644 --- a/monodevelop-mint.patch +++ b/monodevelop-mint.patch @@ -34,7 +34,7 @@ diff -Nuard monodevelop-0.5.orig/configure.in monodevelop-0.5/configure.in + +if test "x$has_mono" = "xtrue"; then + if test `uname -s` = "Darwin"; then -+ AC_PATH_PROG(RUNTIME, mint, no) ++ AC_PATH_PROG(RUNTIME, mono, no) + AC_PATH_PROG(CSC, mcs, no) + LIB_PREFIX= + LIB_SUFFIX=.dylib -- 2.44.0