Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
configure.ac: Remove Leopard hack which is no longer necessary
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
(cherry picked from commit 330b55e)
  • Loading branch information
jeremyhu committed Apr 28, 2012
1 parent dd013ad commit 20102ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions configure.ac
Expand Up @@ -47,13 +47,6 @@ AC_ARG_WITH(bundle-id-prefix, AS_HELP_STRING([--with-bundle-id-prefix=PATH], [P
AC_SUBST([BUNDLE_ID_PREFIX])
AC_DEFINE_UNQUOTED(BUNDLE_ID_PREFIX, "$BUNDLE_ID_PREFIX", [Prefix to use for bundle identifiers])

# dock-support.o has weak symbols that will not be present at build time on Leopard
case $host_os in
darwin9.*)
LDFLAGS="$LDFLAGS -undefined suppress -flat_namespace"
;;
esac

AC_OUTPUT([Makefile
lib/Makefile
src/Makefile
Expand Down

0 comments on commit 20102ff

Please sign in to comment.