Remove libglade check and hacking blurb. We dont use libglade no more,

This commit is contained in:
Ramiro Estrugo 2000-05-09 00:32:38 +00:00
parent edaa71b1d5
commit 6329071a4a
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2000-05-08 Ramiro Estrugo <ramiro@eazel.com>
* configure.in,
HACKING: Remove libglade check and hacking blurb. We dont
use libglade no more,
2000-05-08 Andy Hertzfeld <andy@eazel.com>
* src/nautilus-property-browser.c:

View file

@ -27,7 +27,6 @@ gdk-pixbuf: HEAD --enable-canvas-pixbuf
gnome-print: HEAD
bonobo: HEAD --enable-oaf=yes
gnome-vfs: HEAD --enable-oaf=yes
libglade: HEAD
gtkhtml: HEAD --without-bonobo
eog: HEAD --enable-oaf=yes
gnet: HEAD

View file

@ -180,8 +180,6 @@ AC_SUBST(BONOBO_LIBS)
AC_SUBST(VFS_CFLAGS)
AC_SUBST(VFS_LIBS)
AM_PATH_LIBGLADE(,AC_MSG_ERROR([*** Libglade 0.7 or better is needed.]), gnome)
AM_PATH_OAF(0.1.0)
AM_PATH_GCONF(0.1.0,,,gconf-gtk)