Skip to content

Commit

Permalink
- Revert bad patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jani Taskinen committed Nov 30, 2009
1 parent 477649c commit 1645041
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 1645041

Please sign in to comment.