1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00

re-committing: unsetting LIBS and LDFLAGS just makes it impossible to specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble

This commit is contained in:
Gwynne Raskind
2009-11-30 08:18:44 +00:00
parent f275cd0815
commit 477649cd3f

View File

@@ -988,7 +988,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then
EXTRA_LIBS="-lcrypt $EXTRA_LIBS -lcrypt"
fi
unset LIBS LDFLAGS
#unset LIBS LDFLAGS
dnl PEAR
dnl -------------------------------------------------------------------------
@@ -1071,7 +1071,7 @@ if test "$abs_srcdir" != "$abs_builddir"; then
fi
ZEND_EXTRA_LIBS="$LIBS"
unset LIBS LDFLAGS
#unset LIBS LDFLAGS
PHP_HELP_SEPARATOR([TSRM:])
PHP_CONFIGURE_PART(Configuring TSRM)
@@ -1083,7 +1083,7 @@ fi
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS"
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $LDFLAGS"
EXTRA_LIBS="$EXTRA_LIBS $LIBS"
unset LIBS LDFLAGS
#unset LIBS LDFLAGS
test "$prefix" = "NONE" && prefix=/usr/local
test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'