])
AC_MSG_RESULT($DMALLOC_RESULT)
-AC_MSG_CHECKING(whether to try to stay below resource limits)
-AC_ARG_ENABLE(low-memory,
-[ --enable-low-memory Try to stay below resource limits],[
- PHP_LOW_MEMORY=$enableval
-],[
- PHP_LOW_MEMORY=no
-])
-AC_MSG_RESULT($PHP_LOW_MEMORY)
-
AC_ARG_ENABLE(pear,
[ --disable-pear Do not install PEAR],[
PHP_PEAR=$enableval
fi
fi
-if test "$PHP_LOW_MEMORY" = "yes"; then
- enable_inline=no
-fi
-
divert(4)
enable_shared=yes
TSRM_BASIC_CHECKS
TSRM_OTHER_CHECKS
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS"
+ EXTRA_LIBS="$EXTRA_LIBS $LIBS"
LDFLAGS=""
+ LIBS=""
fi