mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
*_config are executable, thus we don't need %(SHELL)
This commit is contained in:
parent
079d9711ac
commit
27fb752fce
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
|
|||
fi
|
||||
|
||||
INCLUDES="-I\$(top_builddir)/libzend -I\$(top_builddir)/TSRM"
|
||||
EXTRA_LIBS="$EXTRA_LIBS \`\$(SHELL) $cwd/libzend/zend_config --libs\`"
|
||||
EXTRA_LIBS="$EXTRA_LIBS \`$cwd/libzend/zend_config --libs\`"
|
||||
AC_SUBST(INCLUDES)
|
||||
|
||||
AC_CHECK_LIB(nsl, gethostname, [
|
||||
|
@ -616,7 +616,7 @@ AC_ARG_ENABLE(thread-safety,
|
|||
if test "$enableval" = "yes"; then
|
||||
TSRM_LIB='TSRM/libtsrm.a'
|
||||
TSRM_DIR=TSRM
|
||||
EXTRA_LIBS="$EXTRA_LIBS \$(TSRM_DIR)/libtsrm.a \`\$(SHELL) \$(TSRM_DIR)/tsrm_config --libs\`"
|
||||
EXTRA_LIBS="$EXTRA_LIBS \$(TSRM_DIR)/libtsrm.a \`\$(TSRM_DIR)/tsrm_config --libs\`"
|
||||
AC_DEFINE(ZTS)
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue