From 6b76dbfe17476539f905bb97d747bcf8251ab7cc Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Mon, 19 Jan 2004 21:21:23 +0000 Subject: [PATCH] Fix for poor syntax. Thanks mindhog. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2db281c2e..a8005b8d1 100644 --- a/configure.ac +++ b/configure.ac @@ -906,7 +906,7 @@ QF_maGiC_VALUE ) fi fi -if HAVE_ALSA == "no"; then +if ["$HAVE_ALSA" == "no"]; then if test "x$enable_alsa" != "xno"; then if test "x$ac_cv_header_sys_asoundlib_h" = "xyes" -o \ "x$ac_cv_header_alsa_asoundlib_h" = "xyes"; then