aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9fa09b5b87..35eee0f958 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-28 Rodney Dawes <dobey@ximian.com>
+
+ * configure.in: AC_SUBST() for GAL_REQUIRED and GTKHTML_REQUIRED
+
2003-05-27 Not Zed <NotZed@Ximian.com>
* camel.pc.in: make libs/cflags point to privlibdir/includedir,
diff --git a/configure.in b/configure.in
index 438268c04e..e6a9f0bcb0 100644
--- a/configure.in
+++ b/configure.in
@@ -1047,6 +1047,9 @@ dnl --- Required version numbers
GAL_REQUIRED=1.99.5
GTKHTML_REQUIRED=3.0.4
+AC_SUBST(GAL_REQUIRED)
+AC_SUBST(GTKHTML_REQUIRED)
+
dnl --- Flags to get all the GNOME stuff
FULL_GNOME_DEPS="libbonoboui-2.0 gnome-vfs-2.0 libgnomeui-2.0 libglade-2.0 libgnomecanvas-2.0 libxml-2.0 gconf-2.0 gal-2.0 >= $GAL_REQUIRED"