fix whitespace issue in configure.ac

This commit is contained in:
Hans de Goede 2013-03-12 19:02:33 -04:00 committed by Alexei Svitkine
parent 90c113c43b
commit 469dce168d

View File

@ -652,7 +652,7 @@ esac
dnl BINCUE
AS_IF([test "x$with_bincue" = "xyes" ], [have_bincue=yes], [have_bincue=no])
AS_IF([test "x$have_bincue" = "xyes" ], [
if [[ "xOSX_CORE_AUDIO" = "xno" -a "x$WANT_SDL_AUDIO"="xno"]]; then
if [[ "xOSX_CORE_AUDIO" = "xno" -a "x$WANT_SDL_AUDIO"="xno" ]]; then
AC_MSG_ERROR([You need SDL or OSX Core Audio to use BINCUE support.])
else
CPPFLAGS="$CPPFLAGS -DBINCUE $OSX_CORE_AUDIO"