File 0005-Add-missing-quotes-in-autoconf-utils.m4.patch of Package timidity

From 8a782575aa2b7ba05168f9bd8ba1565298af7c37 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Wed, 30 May 2012 13:17:27 +0200
Subject: [PATCH 5/9] Add missing quotes in autoconf/utils.m4

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 autoconf/utils.m4 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autoconf/utils.m4 b/autoconf/utils.m4
index b25eeb9..d2f8db1 100644
--- a/autoconf/utils.m4
+++ b/autoconf/utils.m4
@@ -55,7 +55,7 @@ dnl   CC CFLAGS CPPFLAGS LDFLAGS LIBS SHCFLAGS SHLD SHLDFLAGS
 dnl   ac_cv_header_dlfcn_h lib_dl_opt so
 AC_DEFUN([CHECK_DLSYM_UNDERSCORE],
 [dnl Check if dlsym need a leading underscore
-AC_MSG_CHECKING(whether your dlsym() needs a leading underscore)
+AC_MSG_CHECKING([whether your dlsym() needs a leading underscore])
 AC_CACHE_VAL(timidity_cv_func_dlsym_underscore,
 [case "$ac_cv_header_dlfcn_h" in
 yes) i_dlfcn=define;;
@@ -146,7 +146,7 @@ dnl contains program from perl5
 dnl CONTAINS_INIT()
 AC_DEFUN([CONTAINS_INIT],
 [dnl Some greps do not return status, grrr.
-AC_MSG_CHECKING(whether grep returns status)
+AC_MSG_CHECKING([whether grep returns status])
 echo "grimblepritz" >grimble
 if grep blurfldyick grimble >/dev/null 2>&1 ; then
 	contains="./contains"
-- 
1.7.9.2

openSUSE Build Service is sponsored by