mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fixlet for httpd-2.1 on Darwin platforms
This commit is contained in:
parent
7d7aa0f99d
commit
a0975f8dcf
1 changed files with 4 additions and 4 deletions
|
@ -89,11 +89,11 @@ AC_ARG_WITH(apxs2,
|
||||||
dnl the linker does not recursively look at the bundle loader and
|
dnl the linker does not recursively look at the bundle loader and
|
||||||
dnl pull in its dependencies. Therefore, we must pull in the APR
|
dnl pull in its dependencies. Therefore, we must pull in the APR
|
||||||
dnl and APR-util libraries.
|
dnl and APR-util libraries.
|
||||||
if test -x "$APR_BINDIR/apr-config"; then
|
if test -x "$APR_CONFIG"; then
|
||||||
MH_BUNDLE_FLAGS="`$APR_BINDIR/apr-config --ldflags --link-ld --libs`"
|
MH_BUNDLE_FLAGS="`$APR_CONFIG --ldflags --link-ld --libs`"
|
||||||
fi
|
fi
|
||||||
if test -x "$APU_BINDIR/apu-config"; then
|
if test -x "$APU_CONFIG"; then
|
||||||
MH_BUNDLE_FLAGS="`$APU_BINDIR/apu-config --ldflags --link-ld --libs` $MH_BUNDLE_FLAGS"
|
MH_BUNDLE_FLAGS="`$APU_CONFIG --ldflags --link-ld --libs` $MH_BUNDLE_FLAGS"
|
||||||
fi
|
fi
|
||||||
MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
|
MH_BUNDLE_FLAGS="-bundle -bundle_loader $APXS_HTTPD $MH_BUNDLE_FLAGS"
|
||||||
PHP_SUBST(MH_BUNDLE_FLAGS)
|
PHP_SUBST(MH_BUNDLE_FLAGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue