Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then
EXTRA_LIBS="-lcrypt $EXTRA_LIBS -lcrypt"
fi

unset LIBS LDFLAGS
unset LIBS

dnl PEAR
dnl ----------------------------------------------------------------------------
Expand Down Expand Up @@ -1360,7 +1360,7 @@ if test "$abs_srcdir" != "$abs_builddir"; then
fi

ZEND_EXTRA_LIBS="$LIBS"
unset LIBS LDFLAGS
unset LIBS

PHP_HELP_SEPARATOR([TSRM:])
PHP_CONFIGURE_PART(Configuring TSRM)
Expand Down