[libgnome] Do not build with esd support by default



commit 36f33df9effc82df3dfd87ca42ce4007d8cb79ca
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Jun 20 17:18:27 2010 +0200

    Do not build with esd support by default
    
    Use only libcanberra instead
    See https://bugzilla.gnome.org/show_bug.cgi?id=603349

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index 3718c98..9b32cd8 100644
--- a/configure.in
+++ b/configure.in
@@ -148,9 +148,9 @@ dnl
 
 AC_MSG_CHECKING([whether ESounD support is requested])
 AC_ARG_ENABLE([esd],
-    AS_HELP_STRING([--enable-esd],[Enable ESounD (default=yes)]),
+    AS_HELP_STRING([--enable-esd],[Enable ESounD (default=no)]),
     [enable_esd=$enableval],
-    [enable_esd=yes])
+    [enable_esd=no])
 AC_MSG_RESULT([$enable_esd])
 
 ESD_DEPS=""



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]