*_config are executable, thus we don't need %(SHELL)

This commit is contained in:
Sascha Schumann 1999-10-03 15:07:41 +00:00
parent 079d9711ac
commit 27fb752fce

View file

@ -192,7 +192,7 @@ if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
fi fi
INCLUDES="-I\$(top_builddir)/libzend -I\$(top_builddir)/TSRM" 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_SUBST(INCLUDES)
AC_CHECK_LIB(nsl, gethostname, [ AC_CHECK_LIB(nsl, gethostname, [
@ -616,7 +616,7 @@ AC_ARG_ENABLE(thread-safety,
if test "$enableval" = "yes"; then if test "$enableval" = "yes"; then
TSRM_LIB='TSRM/libtsrm.a' TSRM_LIB='TSRM/libtsrm.a'
TSRM_DIR=TSRM 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_DEFINE(ZTS)
AC_MSG_RESULT(yes) AC_MSG_RESULT(yes)
else else