comparison configure @ 29215:d0ecbaeb6f51

Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
author diego
date Tue, 05 May 2009 08:46:37 +0000
parents 45c5b14ab8c1
children 34a9a4fe6e1d
comparison
equal deleted inserted replaced
29214:a1abd8d51b81 29215:d0ecbaeb6f51
3869 def_corevideo='#undef CONFIG_COREVIDEO' 3869 def_corevideo='#undef CONFIG_COREVIDEO'
3870 fi 3870 fi
3871 echores "$_corevideo" 3871 echores "$_corevideo"
3872 3872
3873 echocheck "Mac OS X Finder Support" 3873 echocheck "Mac OS X Finder Support"
3874 if test "$_macosx_finder" = yes; then 3874 def_macosx_finder='#undef CONFIG_MACOSX_FINDER'
3875 def_macosx_finder='#define CONFIG_MACOSX_FINDER 1' 3875 test "$_macosx_finder" = yes && def_macosx_finder='#define CONFIG_MACOSX_FINDER 1'
3876 else
3877 def_macosx_finder='#undef CONFIG_MACOSX_FINDER'
3878 fi
3879 echores "$_macosx_finder" 3876 echores "$_macosx_finder"
3880 3877
3881 echocheck "Mac OS X Bundle file locations" 3878 echocheck "Mac OS X Bundle file locations"
3882 if test "$_macosx_bundle" = auto ; then 3879 def_macosx_bundle='#undef CONFIG_MACOSX_BUNDLE'
3883 _macosx_bundle=$_macosx_finder 3880 test "$_macosx_bundle" = auto && _macosx_bundle=$_macosx_finder
3884 fi 3881 test "$_macosx_bundle" = yes && def_macosx_bundle='#define CONFIG_MACOSX_BUNDLE 1'
3885 if test "$_macosx_bundle" = yes; then
3886 def_macosx_bundle='#define CONFIG_MACOSX_BUNDLE 1'
3887 else
3888 def_macosx_bundle='#undef CONFIG_MACOSX_BUNDLE'
3889 _macosx_bundle=no
3890 fi
3891 echores "$_macosx_bundle" 3882 echores "$_macosx_bundle"
3892 3883
3893 echocheck "Apple Remote" 3884 echocheck "Apple Remote"
3894 if test "$_apple_remote" = auto ; then 3885 if test "$_apple_remote" = auto ; then
3895 _apple_remote=no 3886 _apple_remote=no