Browse Source

Fix typo. This caused strange errors when using --with-apxs.

experimetnal/RETURN_REF_PATCH
Sascha Schumann 27 years ago
parent
commit
0fe632bcee
  1. 2
      acinclude.m4

2
acinclude.m4

@ -51,7 +51,7 @@ dnl builds RPATH from PHP_RPATHS
dnl
AC_DEFUN(AC_BUILD_RPATH,[
if test "$enable_rpath" = "yes" && test -n "$PHP_RPATHS"; then
if test -n "$AXPS"; then
if test -n "$APXS"; then
for i in $PHP_RPATHS; do
RPATHS="$RPATHS ${apxs_runpath_switch}$i'"
done

Loading…
Cancel
Save