From 6cd15be9df1a09473e0068d6b72d7ab19a5ac336 Mon Sep 17 00:00:00 2001 From: Stephan Sundermann Date: Mon, 21 Oct 2013 22:58:10 +0200 Subject: [PATCH] Configure: Fixed typo at AC_PATH_PROG --- bindinate/configure.ac.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindinate/configure.ac.template b/bindinate/configure.ac.template index ba27396..b5959ef 100644 --- a/bindinate/configure.ac.template +++ b/bindinate/configure.ac.template @@ -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=