Wed Dec 8 10:31:47 PST 1999

(Mandrake)

upped esound requirement to 0.2.17 due to security fix


SVN revision: 1550
This commit is contained in:
Mandrake 1999-12-08 13:20:56 +00:00
parent b5d7b2f641
commit 8c36230d50
2 changed files with 9 additions and 2 deletions

View File

@ -1634,3 +1634,10 @@ Wed Dec 8 10:16:21 PST 1999
fixed a typo in INSTALL pointed out by Peter Kjellerstedt
<peter.kjellerstedt@axis.com>
-------------------------------------------------------------------------------
Wed Dec 8 10:31:47 PST 1999
(Mandrake)
upped esound requirement to 0.2.17 due to security fix

View File

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