[vlc-devel] commit: Default enable the update checker on OS X as pointed by j-b ( Felix Paul Kühne )

git version control git at videolan.org
Mon Jun 9 04:32:38 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jun  9 04:34:18 2008 +0200| [e42134085b4ffb63084693684a0237d592c5f06d]

Default enable the update checker on OS X as pointed by j-b

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

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

diff --git a/configure.ac b/configure.ac
index bbcd5d4..dd71f09 100644
--- a/configure.ac
+++ b/configure.ac
@@ -231,6 +231,8 @@ case "${host_os}" in
         echo "  Assuming --enable-twolame"
         enable_realrtsp="yes"
         echo "  Assuming --enable-realrtsp"
+        enable_update_check="yes"
+        echo "  Assuming --enable-update-check"
 
         enable_skins2="no"
         echo "  Assuming --disable-skins2"




More information about the vlc-devel mailing list