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:
authorAlp Toker <alp@mono-cvs.ximian.com>2006-06-26 07:03:52 +0400
committerAlp Toker <alp@mono-cvs.ximian.com>2006-06-26 07:03:52 +0400
commit0c2cb8d2c8e279ba7af423710d935eaa2e1ff49e (patch)
treed593085e235f244abce45cfc679576c27befd3f4 /configure.in
parent27f39bdb79387423e31d8138178ca2521357606a (diff)
2006-06-26 Alp Toker <alp@atoker.com>
* configure.in: Remove obsolete vte-sharp-2.0 check. svn path=/trunk/monodevelop/; revision=62050
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 0f51c8b0e0..99d1273ea3 100644
--- a/configure.in
+++ b/configure.in
@@ -87,8 +87,6 @@ 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)