0199264
diff -up gnome-subtitles-1.3/configure.ac.mcs gnome-subtitles-1.3/configure.ac
0199264
--- gnome-subtitles-1.3/configure.ac.mcs	2016-02-15 08:39:13.510065864 +0100
0199264
+++ gnome-subtitles-1.3/configure.ac	2016-02-15 08:39:56.805439884 +0100
0199264
@@ -35,7 +35,7 @@ fi
0199264
 
0199264
 dnl C# compiler
0199264
 AC_PATH_PROG(CSC, csc, no)
0199264
-AC_PATH_PROG(MCS, dmcs, no)
0199264
+AC_PATH_PROG(MCS, mcs, no)
0199264
 AC_PATH_PROG(MONO, mono, no)
0199264
 
0199264
 CS="C#"
0199264
diff -up gnome-subtitles-1.3/configure.mcs gnome-subtitles-1.3/configure
0199264
--- gnome-subtitles-1.3/configure.mcs	2016-02-15 08:39:25.206166905 +0100
0199264
+++ gnome-subtitles-1.3/configure	2016-02-15 08:40:37.302789732 +0100
0199264
@@ -13593,8 +13593,8 @@ $as_echo "no" >&6; }
0199264
 fi
0199264
 
0199264
 
0199264
-# Extract the first word of "dmcs", so it can be a program name with args.
0199264
-set dummy dmcs; ac_word=$2
0199264
+# Extract the first word of "mcs", so it can be a program name with args.
0199264
+set dummy mcs; ac_word=$2
0199264
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
0199264
 $as_echo_n "checking for $ac_word... " >&6; }
0199264
 if ${ac_cv_path_MCS+:} false; then :