diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 22:15:31 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-07 22:15:31 +0200 |
commit | 104ebce6d4fa82b4359e9702892092a13f7229b2 (patch) | |
tree | 467291805d96c7e20fe38b1ef32e59193c8d35f7 | |
parent | e77f19a8008c9d31ed2f9d8104c953b4d4247976 (diff) | |
parent | f12149f0ca2743e6f5f9d39ba53b27c306137597 (diff) | |
download | xine-lib-104ebce6d4fa82b4359e9702892092a13f7229b2.tar.gz xine-lib-104ebce6d4fa82b4359e9702892092a13f7229b2.tar.bz2 |
Update from main repository.
-rw-r--r-- | configure.ac | 2 |
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]) |