]> git.sesse.net Git - vlc/commitdiff
Growl is too broken to be on by default
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 13 Aug 2008 19:37:54 +0000 (22:37 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 13 Aug 2008 19:38:08 +0000 (22:38 +0300)
configure.ac

index 0c81639933fd4caa8b46d8ccdf5d6c2956f88b06..23a63378f47792dfdd283229cda017bcf28b606a 100644 (file)
@@ -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, [