changeset 50:ea473b7f6afe trunk

[svn] - allow jack to be forcefully disabled
author nenolod
date Thu, 21 Sep 2006 14:14:05 -0700
parents 0ee2ebc4e0f5
children 59e759d8c176
files ChangeLog configure.ac
diffstat 2 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Sep 21 13:50:27 2006 -0700
+++ b/ChangeLog	Thu Sep 21 14:14:05 2006 -0700
@@ -1,3 +1,11 @@
+2006-09-21 20:50:27 +0000  Tony Vroon <chainsaw@gentoo.org>
+  revision [98]
+  Sync with upstream. Buffer overflow fix.
+
+  Changes:        Modified:
+  +2 -2           trunk/src/adplug/core/rol.cxx  
+
+
 2006-09-21 15:12:16 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
   revision [96]
   - remove musicbrainz stuff from rules.mk.in
--- a/configure.ac	Thu Sep 21 13:50:27 2006 -0700
+++ b/configure.ac	Thu Sep 21 14:14:05 2006 -0700
@@ -495,8 +495,8 @@
 
 dnl *** jack output plugin
 AC_ARG_ENABLE( jack,
-[  --disable-jack          disable jack output plugin (default=enabled)],,
-                enable_jack="yes")
+[  --disable-jack          disable jack output plugin (default=enabled)], [enable_jack=$enableval],
+                [enable_jack="yes"])
 
 if test "x$enable_jack" = xyes; then
         AM_PATH_JACK(have_jack=yes, have_jack=no)