Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chris@dronelabs.com>2005-09-24 09:43:07 +0400
committerChristian Hergert <chris@dronelabs.com>2005-09-24 09:43:07 +0400
commit2cc51a2ac1870cf2df2ef2fd724e995bc718d3ea (patch)
treee4847b2e5ca8d6746ee5068b688b003b20e0dfb5 /configure.in
parentf8b90c3fc62f28afdb542d87a68600b7a94aac99 (diff)
root
* configure.in: Check for vte-sharp-2.0 MonoDevelop.Base * MonoDevelop.Base.mdp: Update * Gui/Pads/TerminalPad.cs: Cleanup, build against svn head, start work of integrating gconf profiles. * Makefile.am: Update * MonoDevelopCore.addin.xml: Add terminal pad svn path=/trunk/monodevelop/; revision=50669
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2a59dda5ba..37dcb2b5d6 100644
--- a/configure.in
+++ b/configure.in
@@ -80,6 +80,8 @@ PKG_CHECK_MODULES(GCONF_SHARP, gconf-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION)
AC_SUBST(GCONF_SHARP_LIBS)
PKG_CHECK_MODULES(GTKHTML_SHARP, gtkhtml-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION)
AC_SUBST(GTKHTML_SHARP_LIBS)
+PKG_CHECK_MODULES(VTE_SHARP, vte-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION)
+AC_SUBST(VTE_SHARP_LIBS)
PKG_CHECK_MODULES(GTKSOURCEVIEW_SHARP, gtksourceview-sharp-2.0 >= $GTKSOURCEVIEWSHARP_REQUIRED_VERSION)
AC_SUBST(GTKSOURCEVIEW_SHARP_LIBS)
PKG_CHECK_MODULES(GECKO_SHARP, gecko-sharp-2.0 >= $GECKOSHARP_REQUIRED_VERSION)