diff --git a/ChangeLog b/ChangeLog index c1517591..1a3c054d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1634,3 +1634,10 @@ Wed Dec 8 10:16:21 PST 1999 fixed a typo in INSTALL pointed out by Peter Kjellerstedt + +------------------------------------------------------------------------------- + +Wed Dec 8 10:31:47 PST 1999 +(Mandrake) + +upped esound requirement to 0.2.17 due to security fix diff --git a/configure.in b/configure.in index ccff2139..e91b8f4d 100644 --- a/configure.in +++ b/configure.in @@ -91,9 +91,9 @@ AC_ARG_ENABLE(upgrade, [ --enable-upgrade compile with auto-upgrade support AM_GNU_GETTEXT if test "x$enable_sound" = "xyes"; then -AM_PATH_ESD(0.2.13,AC_DEFINE(HAVE_LIBESD),[ +AM_PATH_ESD(0.2.17,AC_DEFINE(HAVE_LIBESD),[ echo "WARNING: Enlightenment needs a system with libesd.so (EsounD)" -echo "0.2.13 or higher to use sound support." +echo "0.2.17 or higher to use sound support." echo "Enlightenment can use EsounD (ESD) to be installed to compile." echo "Sound will be disabled in this binary. If you ever want sound" echo "You will need to get and install EsounD then recompile Enlightenment"