Greetings,
I have attached a patch that I believe fixes the build problem.
Please let me know if it is acceptable.
Regards,
Jason Harrison
diff -ru fireflier-1.1.6/gnomeclient/configure testing/fireflier-1.1.6/gnomeclient/configure
--- fireflier-1.1.6/gnomeclient/configure 2006-10-25 13:34:44.000000000 -0400
+++ testing/fireflier-1.1.6/gnomeclient/configure 2007-07-17 12:08:01.000000000 -0400
@@ -1998,7 +1998,7 @@
fi
-if [test ${use_gconf} = "true" ]; then
+if [ test ${use_gconf} = "true" ]; then
AM_GCONF_SOURCE_2
fi