Skip to content

Commit

Permalink
Prepare for MH_BUNDLE build on Mac OS X / Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Karppinen committed Mar 29, 2002
1 parent ef26089 commit 60663c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sapi/apache/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ AC_ARG_WITH(apxs,
APXS_LIBEXECDIR=`$APXS -q LIBEXECDIR`
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-bI:$APXS_LIBEXECDIR/httpd.exp"
;;
*darwin*)
APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET`
MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD"
PHP_SUBST(MH_BUNDLE_FLAGS)
;;
esac
],[
AC_MSG_RESULT(no)
Expand Down

0 comments on commit 60663c1

Please sign in to comment.