# HG changeset patch # User nenolod # Date 1158472427 25200 # Node ID 7a5e936e4b7f101c03b81a27e5e3afac21fb6e34 # Parent 89ae48184e4be4bd456916577df7dd78ee7df787 [svn] - add missing 'test' diff -r 89ae48184e4b -r 7a5e936e4b7f ChangeLog --- a/ChangeLog Sat Sep 16 22:44:14 2006 -0700 +++ b/ChangeLog Sat Sep 16 22:53:47 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-17 05:44:14 +0000 William Pitcock + revision [2397] + - remove redundant test + + + Changes: Modified: + +1 -1 trunk/configure.ac + + 2006-09-17 02:37:08 +0000 Jonathan Schleifer revision [2395] Fixed unused variable and missing type conversion diff -r 89ae48184e4b -r 7a5e936e4b7f configure.ac --- a/configure.ac Sat Sep 16 22:44:14 2006 -0700 +++ b/configure.ac Sat Sep 16 22:53:47 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"; then + if test "${ac_cv_header_soundcard_h}" = "yes" || test "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes"; then have_oss=yes fi