Commit 3709b9aa authored by Avuton Olrich's avatar Avuton Olrich

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

parent c5a291ad
...@@ -981,7 +981,7 @@ if test x$enable_tremor != xno && test x$enable_vorbis = xyes; then ...@@ -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]), AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support]),
enable_vorbis=no) enable_vorbis=no)
else else
AC_MSG_WARN("Ogg not detected, could not enable Vorbis.") AC_MSG_WARN(["Ogg not detected, could not enable Vorbis."])
enable_vorbis=no enable_vorbis=no
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment