The gtkglarea-sharp package fails to properly detect the gapi tools,
causing "make dist" to always fail. Patch attached.
Regards,
--
Sam.
Index: gtkglarea-sharp/configure.ac
===================================================================
--- gtkglarea-sharp/configure.ac (revision 88388)
+++ gtkglarea-sharp/configure.ac (working copy)
@@ -146,8 +146,8 @@
enable_gapi=no
)
if test "x$enable_gapi" = "xyes" ; then
- if test "x$CODEGEN" = "xyes" ; then
- if test "x$FIXUP" = "xyes" ; then
+ if test "x$CODEGEN" != "xno" ; then
+ if test "x$FIXUP" != "xno" ; then
has_gapi=yes
AC_SUBST(CODEGEN)
AC_SUBST(FIXUP)
_______________________________________________
Gtk-sharp-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list