Add libglade checks Use GdkPixbuf for image loading. Use gnome-libs2

Add libglade checks
Use GdkPixbuf for image loading.
Use gnome-libs2 functions instead of gnome-libs1
This commit is contained in:
iholmes 2000-02-06 21:39:48 +00:00
parent 54b1f55f37
commit c2f71a78f0
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-02-06 Iain Holmes <ih@csd.abdn.ac.uk>
* configure.in: Add check for Libglade.
2000-01-31 Yuan-Chung Cheng <platin@linux.org.tw>
* /po/zh_CN.GB2312.po: Added po file from TLCDT

View file

@ -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,