#! /bin/sh /usr/share/dpatch/dpatch-run
## configurable_compiler.dpatch by Iain Lane <laney@ubuntu.com>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Use compiler passed to configure for the build

@DPATCH@
diff -urNad gfax-0.7.7~/src/Makefile.am gfax-0.7.7/src/Makefile.am
--- gfax-0.7.7~/src/Makefile.am	2010-01-29 12:33:47.063626397 +0000
+++ gfax-0.7.7/src/Makefile.am	2010-01-29 12:34:01.431135745 +0000
@@ -1,6 +1,6 @@
 # 0169 - Don't warn about unused functions, they are called from libglade
 # 0219 - Constructs like Gtk.TreeIter iter = new Gtk.TreeIter();
-CSC = gmcs -nowarn:0169,0219 -debug
+CSC = @MCS@ -nowarn:0169,0219 -debug
 
 TARGET = gfax.exe
 TARGET1 = cups-gfax
