From: foobar Date: Wed, 16 Mar 2005 06:36:44 +0000 (+0000) Subject: - Remove these relics from era when TSRM was optional. X-Git-Tag: php-5.0.1b1~786 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d190e6b5e1487f4ce519dcfcba3974dc7f69649;p=php - Remove these relics from era when TSRM was optional. --- diff --git a/configure.in b/configure.in index 18d9f1a8eb..80bcf0e139 100644 --- a/configure.in +++ b/configure.in @@ -916,10 +916,6 @@ LIBZEND_BASIC_CHECKS LIBZEND_DLSYM_CHECK LIBZEND_OTHER_CHECKS -TSRM_LIB='TSRM/libtsrm.la' -TSRM_DIR=TSRM -CPPFLAGS="$CPPFLAGS -I\$(top_builddir)/TSRM" - if test "$ZEND_MAINTAINER_ZTS" = "yes"; then AC_DEFINE(ZTS,1,[ ]) PHP_THREAD_SAFETY=yes @@ -1122,8 +1118,6 @@ PHP_SUBST(PHP_SAPI) PHP_SUBST_OLD(PHP_VERSION) PHP_SUBST(SHELL) PHP_SUBST(SHARED_LIBTOOL) -PHP_SUBST(TSRM_DIR) -PHP_SUBST(TSRM_LIB) PHP_SUBST(WARNING_LEVEL) PHP_SUBST(PHP_FRAMEWORKS) PHP_SUBST(PHP_FRAMEWORKPATH) diff --git a/scripts/php-config.in b/scripts/php-config.in index abdab2ce0e..a3105dff4d 100644 --- a/scripts/php-config.in +++ b/scripts/php-config.in @@ -3,12 +3,9 @@ prefix="@prefix@" version="@PHP_VERSION@" includedir="@includedir@/php" -includes="-I$includedir -I$includedir/main -I$includedir/Zend" +includes="-I$includedir -I$includedir/main -I$includedir/TSRM -I$includedir/Zend" ldflags="@PHP_LDFLAGS@" libs="@EXTRA_LIBS@" -if test '@TSRM_DIR@' != ''; then - includes="$includes -I$includedir/TSRM" -fi extension_dir='@EXTENSION_DIR@' case "$1" in