From: Felix Paul Kühne Date: Sun, 1 Aug 2010 14:29:15 +0000 (+0200) Subject: configure: don't enforce the legacy macosx interface X-Git-Tag: 1.2.0-pre1~5591 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ed20f78204d15b98c296a891ff50395039906ce8;p=vlc 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) --- diff --git a/configure.ac b/configure.ac index 52e48308cc..cc673ef50b 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"