summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-07 22:15:31 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-07 22:15:31 +0200
commit104ebce6d4fa82b4359e9702892092a13f7229b2 (patch)
tree467291805d96c7e20fe38b1ef32e59193c8d35f7
parente77f19a8008c9d31ed2f9d8104c953b4d4247976 (diff)
parentf12149f0ca2743e6f5f9d39ba53b27c306137597 (diff)
downloadxine-lib-104ebce6d4fa82b4359e9702892092a13f7229b2.tar.gz
xine-lib-104ebce6d4fa82b4359e9702892092a13f7229b2.tar.bz2
Update from main repository.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f513d1a32..a71679a23 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])