configure: Surround statements with brackets to prevent being treated as args.

This commit is contained in:
Avuton Olrich 2010-05-26 12:38:03 -07:00
parent c5a291ad74
commit 3709b9aa11
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ if test x$enable_tremor != xno && test x$enable_vorbis = xyes; then
AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support]),
enable_vorbis=no)
else
AC_MSG_WARN("Ogg not detected, could not enable Vorbis.")
AC_MSG_WARN(["Ogg not detected, could not enable Vorbis."])
enable_vorbis=no
fi
fi