From f12149f0ca2743e6f5f9d39ba53b27c306137597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 7 Apr 2007 22:15:17 +0200 Subject: Add a missing test call. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- cgit v1.2.3