Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 70128 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (-2 / +2 lines)
Lines 61-72 Link Here
61
)
61
)
62
62
63
MONO_REQUIRED_VERSION=0.96
63
MONO_REQUIRED_VERSION=0.96
64
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
64
PKG_CHECK_MODULES(MONO_DEPENDENCY, mint >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
65
65
66
if test "x$has_mono" = "xtrue"; then
66
if test "x$has_mono" = "xtrue"; then
67
GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)$(libdir)'
67
GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)$(libdir)'
68
GENERATED_SOURCES=generated/*.cs
68
GENERATED_SOURCES=generated/*.cs
69
AC_PATH_PROG(RUNTIME, mono, no)
69
AC_PATH_PROG(RUNTIME, mint, no)
70
AC_PATH_PROG(CSC, mcs, no)
70
AC_PATH_PROG(CSC, mcs, no)
71
if test `uname -s` = "Darwin"; then
71
if test `uname -s` = "Darwin"; then
72
	LIB_PREFIX=
72
	LIB_PREFIX=

Return to bug 70128