mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:35:34 +00:00
Make it compatible with mono-2.
svn path=/trunk/gtk-sharp/; revision=152568
This commit is contained in:
parent
db6a3f8612
commit
3e4e156765
|
@ -104,6 +104,9 @@ AC_SUBST(OFF_T_FLAGS)
|
|||
|
||||
MONO_REQUIRED_VERSION=@MONO_REQUIRED_VERSION@
|
||||
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
|
||||
if test "x$has_mono" = "xfalse" ; then
|
||||
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono-2 >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
|
||||
fi
|
||||
|
||||
AC_PATH_PROG(GACUTIL, gacutil, no)
|
||||
if test "x$GACUTIL" = "xno" ; then
|
||||
|
|
Loading…
Reference in a new issue