configure: fix typo before AC_PATH_PROG call
authorAndrés G. Aragoneses <knocte@gmail.com>
Thu, 17 Oct 2013 18:51:55 +0000 (20:51 +0200)
committerStephan Sundermann <stephansundermann@gmail.com>
Sat, 21 Dec 2013 15:52:26 +0000 (16:52 +0100)
configure.ac

index bb67858c02d317bf17776bca72e8de1157f12e49..73a3008d640277513dc5fcf941dfe9ccdd2dd6d7 100644 (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=