Skip to content

Commit

Permalink
re-committing: unsetting LIBS and LDFLAGS just makes it impossible to…
Browse files Browse the repository at this point in the history
… specify LDFLAGS from the environment. keeping them doesn't seem to cause any trouble
  • Loading branch information
Gwynne Raskind committed Nov 30, 2009
1 parent f275cd0 commit 477649c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------------------------------
Expand Down Expand Up @@ -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)
Expand All @@ -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}'
Expand Down

0 comments on commit 477649c

Please sign in to comment.