[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] add left curly bracket to audio_methods in configure.ac
From: |
Andrei Kholodnyi |
Subject: |
[PATCH 1/1] add left curly bracket to audio_methods in configure.ac |
Date: |
Tue, 7 Jun 2011 10:37:57 +0200 |
add missing { to audio_methods
add "are" to the audio methods notice to have the same look and feel with others
---
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3817652..4ef8f70 100644
--- a/configure.ac
+++ b/configure.ac
@@ -296,7 +296,7 @@ AS_IF([test $with_nas != "no"],
[-L/usr/X11R6/lib -lXau])])
AM_CONDITIONAL([nas_support], [test $with_nas = "yes"])
AC_SUBST([NAS_LIBS])
-AS_IF([test $with_nas = "yes"], [audio_methods="$audio_methods} nas"])
+AS_IF([test $with_nas = "yes"], [audio_methods="${audio_methods} nas"])
AC_ARG_WITH([default-audio-method],
[AS_HELP_STRING([--with-default-audio-method=<name>],
@@ -382,5 +382,5 @@ AC_CONFIG_FILES([Makefile
src/tests/Makefile])
AC_OUTPUT
AC_MSG_NOTICE([output modules to be built are $output_modules])
-AC_MSG_NOTICE([audio methods to be built $audio_methods])
+AC_MSG_NOTICE([audio methods to be built are $audio_methods])
AC_MSG_NOTICE([Default audio method is $default_audio_method])
--
1.7.0.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 1/1] add left curly bracket to audio_methods in configure.ac,
Andrei Kholodnyi <=