summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-09 20:36:36 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-09 20:36:36 +0200
commita89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e (patch)
treeacb7dab784340185f86a0009cf057569ffd336a1 /configure.ac
parent6b0bd243d70f430f9f19a61335a4a38e8a09bc11 (diff)
parentc552e457732c3c7b84b66ed8548713be52561487 (diff)
downloadxine-lib-a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e.tar.gz
xine-lib-a89f36b0b3e9008cd7f8378e4fa40a3c37d7a23e.tar.bz2
Update from 1.1 branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fbcab0417..91b5005b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1618,7 +1618,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
AC_MSG_RESULT($have_sunaudio)
AM_CONDITIONAL(HAVE_SUNAUDIO, test "x$have_sunaudio" = "xyes")
-if "x$have_sunaudio" = "xyes"; then
+if test "x$have_sunaudio" = "xyes"; then
dnl NetBSD and OpenBSD don't have this, but check for it
dnl rather than assuming that it doesn't happen elsewhere.
AC_CHECK_MEMBERS([audio_info_t.output_muted])