]> granicus.if.org Git - php/commitdiff
*_config are executable, thus we don't need %(SHELL)
authorSascha Schumann <sas@php.net>
Sun, 3 Oct 1999 15:07:41 +0000 (15:07 +0000)
committerSascha Schumann <sas@php.net>
Sun, 3 Oct 1999 15:07:41 +0000 (15:07 +0000)
configure.in

index 4a6ac39353745f63b09fdb1c09f49a5218178955..75a8594bea245510663ef0e3cf9c558220bccb0a 100644 (file)
@@ -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