[vlc-commits] commit: configure: don't enforce the legacy macosx interface ( Felix Paul Kühne )

git at videolan.org git at videolan.org
Sun Aug 1 16:30:30 CEST 2010


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Aug  1 16:29:15 2010 +0200| [ed20f78204d15b98c296a891ff50395039906ce8] | committer: Felix Paul Kühne 

configure: don't enforce the legacy macosx interface

(still default enabled, but now it's save to use the OS X defaults without bothering about it)

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

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

diff --git a/configure.ac b/configure.ac
index 52e4830..cc673ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -236,8 +236,6 @@ case "${host_os}" in
         build_dir=`pwd`
         echo "  Assuming --prefix=${build_dir}/vlc_install_dir"
         ac_default_prefix="${build_dir}/vlc_install_dir"
-        enable_macosx="yes"
-        echo "  Assuming --enable-macosx"
         enable_faad="yes"
         echo "  Assuming --enable-faad"
         enable_flac="yes"



More information about the vlc-commits mailing list