# HG changeset patch # User nenolod # Date 1158471854 25200 # Node ID 89ae48184e4be4bd456916577df7dd78ee7df787 # Parent 3ee4c6d45c2774c9b6c9f91caa949b3090563c9a [svn] - remove redundant test diff -r 3ee4c6d45c27 -r 89ae48184e4b ChangeLog --- a/ChangeLog Sat Sep 16 19:37:08 2006 -0700 +++ b/ChangeLog Sat Sep 16 22:44:14 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-17 02:37:08 +0000 Jonathan Schleifer + revision [2395] + Fixed unused variable and missing type conversion + + Changes: Modified: + +1 -1 trunk/Plugins/Container/xspf/xspf.c + +4 -2 trunk/Plugins/Visualization/paranormal/client.c + + 2006-09-17 02:21:06 +0000 Jonathan Schleifer revision [2393] Add #undef FSCALE, since it's already defined on OpenBSD diff -r 3ee4c6d45c27 -r 89ae48184e4b configure.ac --- a/configure.ac Sat Sep 16 19:37:08 2006 -0700 +++ b/configure.ac Sat Sep 16 22:44:14 2006 -0700 @@ -654,7 +654,7 @@ AC_CHECK_HEADERS(machine/soundcard.h) CFLAGS=$CFLAGS_save - if test "${ac_cv_header_soundcard_h}" = "yes" || "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes" || test "${ac_cv_header_soundcard_h}" = "yes"; then + if test "${ac_cv_header_soundcard_h}" = "yes" || "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes"; then have_oss=yes fi