From e5afc6511c701d715ad264de9f36fd2fe27a86e0 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Fri, 5 Oct 2001 23:28:55 +0000 Subject: removed Remove the code to look for Eazel logos. * eazel-logos: removed * libnautilus-private/nautilus-file-utilities.c: (nautilus_pixmap_file): Remove the code to look for Eazel logos. * configure.in: * Makefile.am: * nautilus.spec.in: Remove the code to include the Eazel logos in the tarball and the package. * HACKING: Remove the instructions on how to omit the Eazel logos. --- configure.in | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 2cdc4fe70..feed83b80 100644 --- a/configure.in +++ b/configure.in @@ -566,29 +566,6 @@ dnl ==================================== dnl = begin applet checks dnl ==================================== -dnl ==================================== -dnl = begin eazel-logos check -dnl ==================================== - -if test -d eazel-logos -then - HAVE_EAZEL_LOGOS=yes - EAZEL_LOGOS_PNG='%{_datadir}/pixmaps/nautilus/eazel-logos/*.png' - EAZEL_LOGOS_XML='%{_datadir}/pixmaps/nautilus/eazel-logos/*.xml' - EAZEL_LOGOS_LICENSE='%{_datadir}/pixmaps/nautilus/eazel-logos/LICENSE' - EAZEL_LOGOS_THROB='%{_datadir}/pixmaps/nautilus/eazel-logos/throbber/*.png' -fi - -AM_CONDITIONAL(HAVE_EAZEL_LOGOS, test "x$HAVE_EAZEL_LOGOS" = "xyes") -AC_SUBST(EAZEL_LOGOS_PNG) -AC_SUBST(EAZEL_LOGOS_XML) -AC_SUBST(EAZEL_LOGOS_LICENSE) -AC_SUBST(EAZEL_LOGOS_THROB) - -dnl ==================================== -dnl = end eazel-logos check -dnl ==================================== - dnl ==================================== dnl = begin gdk-pixbuf checks dnl ==================================== -- cgit v1.2.1