diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-05-26 12:38:03 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2010-05-26 12:38:03 -0700 |
commit | 3709b9aa11328c50dff9f7742ce8b5ef967d5d4d (patch) | |
tree | 9bb6150efc29d3c9e4a76acb22c66edd1a20d211 /configure.ac | |
parent | c5a291ad74bbbd4e5d6da073498a73ebdb629cb6 (diff) | |
download | mpd-3709b9aa11328c50dff9f7742ce8b5ef967d5d4d.tar.gz mpd-3709b9aa11328c50dff9f7742ce8b5ef967d5d4d.tar.xz mpd-3709b9aa11328c50dff9f7742ce8b5ef967d5d4d.zip |
configure: Surround statements with brackets to prevent being treated as args.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |