diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-12-11 16:15:33 +0100 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-12-11 16:15:33 +0100 |
commit | 2076fab0f38068b28c6edadaa0517ef010e7762a (patch) | |
tree | a709c60ce1480176a203ece952ffb8d4d8c9b488 /build/m4 | |
parent | 369038080017116f7db0d8abc332145a253fa8d9 (diff) |
[SoundMenu] Fix configure help message formatting
Diffstat (limited to 'build/m4')
-rw-r--r-- | build/m4/banshee/soundmenu.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/m4/banshee/soundmenu.m4 b/build/m4/banshee/soundmenu.m4 index 2b9c56b30..afcd33edd 100644 --- a/build/m4/banshee/soundmenu.m4 +++ b/build/m4/banshee/soundmenu.m4 @@ -3,8 +3,7 @@ AC_DEFUN([BANSHEE_CHECK_SOUNDMENU], LIBINDICATESHARP_REQUIRED=0.4.1 AC_ARG_ENABLE([soundmenu], - AS_HELP_STRING([--enable-soundmenu] - [Enable sound menu support]), + AS_HELP_STRING([--enable-soundmenu], [Enable sound menu support]), enable_soundmenu=$enableval, enable_soundmenu=no ) |