Skip to content

Commit

Permalink
Pull in build fixes from mono-soc-2013/master
Browse files Browse the repository at this point in the history
  • Loading branch information
shana committed Feb 25, 2014
2 parents d8114f7 + 6cd15be commit 3ea558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindinate/configure.ac.template
Expand Up @@ -20,7 +20,7 @@ dnl Check for Mono
PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false)

if test "x$has_mono" = "xtrue"; then
1 AC_PATH_PROG(RUNTIME, mono, no)
AC_PATH_PROG(RUNTIME, mono, no)
AC_PATH_PROG(CSC, gmcs, no)
LIB_PREFIX=.so
LIB_SUFFIX=
Expand Down

0 comments on commit 3ea558f

Please sign in to comment.