Skip to content

Commit 477649c

Browse files
author
Gwynne Raskind
committed
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
1 parent f275cd0 commit 477649c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then
988988
EXTRA_LIBS="-lcrypt $EXTRA_LIBS -lcrypt"
989989
fi
990990

991-
unset LIBS LDFLAGS
991+
#unset LIBS LDFLAGS
992992

993993
dnl PEAR
994994
dnl -------------------------------------------------------------------------
@@ -1071,7 +1071,7 @@ if test "$abs_srcdir" != "$abs_builddir"; then
10711071
fi
10721072

10731073
ZEND_EXTRA_LIBS="$LIBS"
1074-
unset LIBS LDFLAGS
1074+
#unset LIBS LDFLAGS
10751075

10761076
PHP_HELP_SEPARATOR([TSRM:])
10771077
PHP_CONFIGURE_PART(Configuring TSRM)
@@ -1083,7 +1083,7 @@ fi
10831083
EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS"
10841084
EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM $LDFLAGS"
10851085
EXTRA_LIBS="$EXTRA_LIBS $LIBS"
1086-
unset LIBS LDFLAGS
1086+
#unset LIBS LDFLAGS
10871087

10881088
test "$prefix" = "NONE" && prefix=/usr/local
10891089
test "$exec_prefix" = "NONE" && exec_prefix='${prefix}'

0 commit comments

Comments
 (0)