Skip to content

Commit

Permalink
Configure: Fixed typo at AC_PATH_PROG
Browse files Browse the repository at this point in the history
  • Loading branch information
sundermann committed Oct 21, 2013
1 parent b44f137 commit 6cd15be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindinate/configure.ac.template
Original file line number Diff line number Diff line change
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 6cd15be

Please sign in to comment.