aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2002-02-23 01:19:41 +0800
committerLarry Ewing <lewing@src.gnome.org>2002-02-23 01:19:41 +0800
commitf62df88ae360710c075da59236bc898eb0aec3b5 (patch)
tree7438a3e6945044c79a541b750afb1694c96197a7
parentf13ccdd524b427b899a0f7dc18f5cc3a23975a5b (diff)
downloadgsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.tar
gsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.tar.gz
gsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.tar.bz2
gsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.tar.lz
gsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.tar.xz
gsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.tar.zst
gsoc2013-evolution-f62df88ae360710c075da59236bc898eb0aec3b5.zip
add libglade the to the E_UTIL flags.
2002-02-22 Larry Ewing <lewing@ximian.com> * configure.in: add libglade the to the E_UTIL flags. svn path=/trunk/; revision=15796
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8f1106483..97ba9d197b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-22 Larry Ewing <lewing@ximian.com>
+
+ * configure.in: add libglade the to the E_UTIL flags.
+
2002-02-13 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped the required version of gal.
diff --git a/configure.in b/configure.in
index b6cf199b4f..aff87a942f 100644
--- a/configure.in
+++ b/configure.in
@@ -965,7 +965,7 @@ EVO_SET_COMPILE_FLAGS(E_NAME, bonobox gal oaf)
AC_SUBST(E_NAME_CFLAGS)
AC_SUBST(E_NAME_LIBS)
-EVO_SET_COMPILE_FLAGS(E_UTIL, bonobox gal oaf)
+EVO_SET_COMPILE_FLAGS(E_UTIL, bonobox gal oaf libglade)
AC_SUBST(E_UTIL_CFLAGS)
AC_SUBST(E_UTIL_LIBS)