summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-07 22:15:17 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-07 22:15:17 +0200
commitf12149f0ca2743e6f5f9d39ba53b27c306137597 (patch)
tree355c1b9e513f39b2dda909b88d177b297bd06acb
parentb56784ba37622f28147b6a10c7ba77f9c9fbf2f7 (diff)
downloadxine-lib-f12149f0ca2743e6f5f9d39ba53b27c306137597.tar.gz
xine-lib-f12149f0ca2743e6f5f9d39ba53b27c306137597.tar.bz2
Add a missing test call.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7243b3c34..a8bc9b8a6 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])