[vlc-devel] commit: Growl is too broken to be on by default ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Aug 13 21:35:14 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Aug 13 22:37:54 2008 +0300| [95b8d8164393c0824eac5f24f7c56316bf16487c] | committer: Rémi Denis-Courmont 

Growl is too broken to be on by default

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95b8d8164393c0824eac5f24f7c56316bf16487c
---

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0c81639..23a6337 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1708,7 +1708,8 @@ dnl
 dnl Growl notification plugin
 dnl
 AC_ARG_ENABLE(growl,
-  [  --enable-growl          growl notification plugin (default enabled)])
+  [  --enable-growl          growl notification plugin (default disabled)],,
+  [enable_growl=no])
 AS_IF([test "${enable_growl}" != "no"], [
     VLC_ADD_PLUGIN([growl_udp])
     AC_CHECK_HEADERS(Growl/GrowlDefines.h, [




More information about the vlc-devel mailing list