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:
Gilles Depeyrot
2002-10-18 16:26:11 +00:00
parent 6302278380
commit f95c44324e
2 changed files with 246 additions and 248 deletions

493
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -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)"