diff --git a/ChangeLog b/ChangeLog index edf79b84f..4e29f5c96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-08 Elliot Lee + + * capplets/background-properties/properties-background.c: + Change default background color to #005060 (from icewm). + Mon Feb 8 00:42:56 1999 Frank Belew * capplets/background-properties/properties-background.c: add prototypes for printState, copyState and backgroun_ok. diff --git a/configure.in b/configure.in index 8f30f9ad6..4a9a39ac5 100644 --- a/configure.in +++ b/configure.in @@ -69,6 +69,10 @@ have_libesd=no AM_PATH_ESD(,have_libesd=yes, [AC_MSG_WARN([*** \`esd-manager' will not be built ***])]) AM_CONDITIONAL(HAVE_LIBESD, test yes = $have_libesd) +if test "$have_libesd" = yes; then + AC_DEFINE(HAVE_ESD) + AC_DEFINE(HAVE_LIBESD) +fi AM_PATH_IMLIB(1.8.2, , [ echo "ERROR: Needs a system with Imlib 1.8.2 or higher"