summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2010-12-11 15:14:43 +0100
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2010-12-11 15:14:43 +0100
commita38891d565bc003eb866fe5ba986639f49927538 (patch)
treef926e693afd6815482b872cfdbb0fe86fac977f4 /build
parentc8156683214e93a995fd4af1e395fac0a52a2a93 (diff)
Remove SoundMenu extension, now available in Banshee mainline
The SoundMenu extension is now available as an official extension in the main Banshee source tree, so it can be removed from here.
Diffstat (limited to 'build')
-rw-r--r--build/m4/extensions/soundmenu.m426
1 files changed, 0 insertions, 26 deletions
diff --git a/build/m4/extensions/soundmenu.m4 b/build/m4/extensions/soundmenu.m4
deleted file mode 100644
index 6b2177f..0000000
--- a/build/m4/extensions/soundmenu.m4
+++ /dev/null
@@ -1,26 +0,0 @@
-AC_DEFUN([BCE_SOUNDMENU],
-[
- BCE_ARG_DISABLE([SoundMenu], [try])
-
- BCE_CHECK_EXTENSION_DEP([SoundMenu], [INDICATESHARP],
- [indicate-sharp-0.1 >= 0.4.1],
- [indicate-sharp was not found. Please install it or disable the SoundMenu extension by passing --disable-soundmenu])
-
- BCE_CHECK_EXTENSION_DEP([SoundMenu], [NOTIFYSHARP],
- [notify-sharp],
- [Notify-sharp was not found. Please install it or disable the SoundMenu extension by passing --disable-soundmenu])
-
- if test "x$enable_SoundMenu" = "xtry" \
- && test "x$have_INDICATESHARP" = "xyes" \
- && test "x$have_NOTIFYSHARP" = "xyes"; then
- enable_SoundMenu=yes
- fi
-
- if test "x$enable_SoundMenu" = "xyes"; then
- AM_CONDITIONAL(ENABLE_SOUNDMENU, true)
- else
- enable_SoundMenu=no
- AM_CONDITIONAL(ENABLE_SOUNDMENU, false)
- fi
-])
-