]> granicus.if.org Git - php/commitdiff
MFH: - Remove these relics from era when TSRM was optional.
authorfoobar <sniper@php.net>
Wed, 16 Mar 2005 06:37:03 +0000 (06:37 +0000)
committerfoobar <sniper@php.net>
Wed, 16 Mar 2005 06:37:03 +0000 (06:37 +0000)
configure.in
scripts/php-config.in

index 4eedb7ba03faf7942eb8edbaff1223cbf5622d6a..dbf42365ff8fee92586329eeaf63ff606c5b37e8 100644 (file)
@@ -935,10 +935,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_EXPERIMENTAL_ZTS" = "yes"; then
   AC_DEFINE(ZTS,1,[ ])
   PHP_THREAD_SAFETY=yes
@@ -1147,8 +1143,6 @@ PHP_SUBST(PROG_SENDMAIL)
 PHP_SUBST(RE2C)
 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)
index abdab2ce0e581653955e3bc7612fd2d727af095f..a3105dff4d8d72b97d23aa979ddde48febc20e65 100644 (file)
@@ -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