From 6f0926ff3f38c3c3ad7ff2b4a0da1e872f26c889 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Sep 2006 08:03:37 +0000 Subject: 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 "" -- cgit v1.2.3