corrected Mac OS X related configuration check (removed spurious if)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2876,7 +2876,6 @@ if test "$wxUSE_MAC" = 1; then
|
|||||||
AC_CHECK_PROG(RESCOMP, Rez, Rez, /Developer/Tools/Rez)
|
AC_CHECK_PROG(RESCOMP, Rez, Rez, /Developer/Tools/Rez)
|
||||||
AC_CHECK_PROG(DEREZ, DeRez, DeRez, /Developer/Tools/DeRez)
|
AC_CHECK_PROG(DEREZ, DeRez, DeRez, /Developer/Tools/DeRez)
|
||||||
MACOSX_BUNDLE="bundle"
|
MACOSX_BUNDLE="bundle"
|
||||||
if test "$wxUSE_SHARED" = "yes"; then
|
|
||||||
dnl resources are bundled both with shared library and applications
|
dnl resources are bundled both with shared library and applications
|
||||||
dnl since the carb resource *must* be included in the application
|
dnl since the carb resource *must* be included in the application
|
||||||
LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
|
LIBWXMACRESCOMP="\$(RESCOMP) -t APPL Carbon.r ${LIBWXMACRES} -o \$(BIN_PROGRAM)"
|
||||||
|
Reference in New Issue
Block a user