changeset 1731:7a5e936e4b7f trunk

[svn] - add missing 'test'
author nenolod
date Sat, 16 Sep 2006 22:53:47 -0700
parents 89ae48184e4b
children bf2860c64a32
files ChangeLog configure.ac
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  revision [2397]
+  - remove redundant test
+  
+
+  Changes:        Modified:
+  +1 -1           trunk/configure.ac  
+
+
 2006-09-17 02:37:08 +0000  Jonathan Schleifer <js@h3c.de>
   revision [2395]
   Fixed unused variable and missing type conversion
--- 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