configure: fix typo before AC_PATH_PROG call

This commit is contained in:
Andrés G. Aragoneses 2013-10-17 20:51:55 +02:00 committed by Stephan Sundermann
parent b795deb060
commit d6dc5e6bc4

View file

@ -38,7 +38,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=