ports/devel/g2c/files/patch-configure
Tilman Keskinoz d3ab2654db Really unbreak. Add dependency on libxml. Fix configure
PR:		48064
Submitted by:	Volker Stolz <vs@foldr.org>
2003-02-14 20:52:44 +00:00

18 lines
698 B
Text

--- configure.orig Fri Feb 14 13:34:37 2003
+++ configure Fri Feb 14 13:35:36 2003
@@ -1115,7 +1115,7 @@
else
echo "$ac_t""not found" 1>&6
if test xfail = xfail; then
- { echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; exit 1; }
+ { echo "configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install" 1>&2; }
fi
fi
fi
@@ -2965,7 +2965,7 @@
fi
BONOBO_CFLAGS=""
BONOBO_LIBS=""
- { echo "configure: error: BONOBO not found" 1>&2; exit 1; }
+ { echo "configure: error: BONOBO not found" 1>&2; }
fi