diff --git a/ChangeLog b/ChangeLog index d35916a11..c9cc8b2e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-06 Iain Holmes + + * configure.in: Add check for Libglade. + 2000-01-31 Yuan-Chung Cheng * /po/zh_CN.GB2312.po: Added po file from TLCDT diff --git a/configure.in b/configure.in index 2447027f1..b135926b9 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,8 @@ AC_SUBST(XF86MISC_LIBS) AM_PATH_ORBIT(0.5.1, , AC_MSG_ERROR([You must have ORBit installed.])) AM_PATH_OAF(0.1.0, , AC_MSG_ERROR([You must have OAF installed.])) AM_PATH_GCONF(0.1.0, , AC_MSG_ERROR([You must have GConf installed.]), gconf-gtk) +AM_PATH_LIBGLADE(,AC_MSG_ERROR([You must have LibGlade installed.]), gnome) + dnl esd-manager have_libesd=no AM_PATH_ESD(,have_libesd=yes,