From 3709b9aa11328c50dff9f7742ce8b5ef967d5d4d Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Wed, 26 May 2010 12:38:03 -0700 Subject: configure: Surround statements with brackets to prevent being treated as args. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 427770d5f..2a63e269a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- cgit v1.2.3