aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-09-13 08:03:37 +0000
committerEric Wong <normalperson@yhbt.net>2006-09-13 08:03:37 +0000
commit6f0926ff3f38c3c3ad7ff2b4a0da1e872f26c889 (patch)
tree98fe5523a6080621bd40ae025054cc4dfd91146f /configure.ac
parent6d5950bbe7acbb40d68670f1685e0d8ca4a2e7a9 (diff)
downloadmpd-6f0926ff3f38c3c3ad7ff2b4a0da1e872f26c889.tar.gz
mpd-6f0926ff3f38c3c3ad7ff2b4a0da1e872f26c889.tar.xz
mpd-6f0926ff3f38c3c3ad7ff2b4a0da1e872f26c889.zip
configure.ac: replace double quotes AC_MSG_ERROR with brackets
double quotes are printed out in the corresponding shell code git-svn-id: https://svn.musicpd.org/mpd/trunk@4770 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index dab95fb17..243ff3e27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -641,7 +641,7 @@ if test x$enable_ao = xno &&
test x$enable_osx = xno &&
test x$enable_pulse = xno &&
test x$enable_mvp = xno; then
- AC_MSG_ERROR("No Audio Output types configured!")
+ AC_MSG_ERROR([No Audio Output types configured!])
fi
echo " File Format Support:"
@@ -714,7 +714,7 @@ if
test x$enable_aac = xno &&
test x$enable_mpc = xno &&
test x$enable_mod = xno; then
- AC_MSG_ERROR("No input plugins supported!")
+ AC_MSG_ERROR([No input plugins supported!])
fi
echo ""