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:
authorMichael Hutchinson <mhutchinson@novell.com>2007-12-04 05:13:19 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2007-12-04 05:13:19 +0300
commit3a4f3e5fde382aa7a528f4b54300578b55c40fff (patch)
treef1c85ed2c7f7a8ff8e18d1410a489a55d91b4192
parentd36aebfa82cd62d0ec188c4cd8eb2e6ca001a753 (diff)
2007-12-03 Michael Hutchinson <mhutchinson@novell.com>
* configure.in: Remove GtkHtml dependency. svn path=/trunk/monodevelop/; revision=90621
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f76903261a..7bad0012f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-03 Michael Hutchinson <mhutchinson@novell.com>
+
+ * configure.in: Remove GtkHtml dependency.
+
2007-11-30 Michael Hutchinson <mhutchinson@novell.com>
* configure.in:
diff --git a/configure.in b/configure.in
index 10b69f2681..5e891fed2c 100644
--- a/configure.in
+++ b/configure.in
@@ -91,8 +91,6 @@ PKG_CHECK_MODULES(GLADE_SHARP, glade-sharp-2.0 >= $GTKSHARP_REQUIRED_VERSION)
AC_SUBST(GLADE_SHARP_LIBS)
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(MONODOC, monodoc >= $MONODOC_REQUIRED_VERSION)
AC_SUBST(MONODOC_LIBS)
PKG_CHECK_MODULES(MONO_CAIRO, mono-cairo >= 1.2)