Date: Tue Jun 25 15:05:35 CEST 2002
User: Jani Taskinen
Directory: php_srm
Log Message:
[0.01]
- Don't allow building the client side when building the SAPI.
Modified files:
php_srm/config.m4 (version: 1.10)
[FILE: /php_srm/config.m4]
--- php_srm/config.m4:1.9 Wed Jun 19 23:17:47 2002 GMT
+++ php_srm/config.m4 Tue Jun 25 11:05:34 2002 GMT
@@ -1,5 +1,5 @@
dnl
-dnl $Id: cvstemp,v 1.9 2002/06/20 01:17:47 sniper Exp $
+dnl $Id: cvstemp,v 1.10 2002/06/25 13:05:34 sniper Exp $
dnl
divert(0)dnl
@@ -12,8 +12,7 @@
PHP_ARG_WITH(srm,for SRM support,
[ --with-srm[=DIR] Include SRM: Script Running Magic (http://www.vl-srm.net/) support])
-dnl if test "$PHP_SRM" != "no" -a "$PHP_SAPI" != "srm"; then
-if test "$PHP_SRM" != "no"; then
+if test "$PHP_SRM" != "no" && test "$PHP_SAPI" != "srm"; then
for i in $PHP_SRM /usr/local/srm /usr/local /usr; do
test -r $i/include/srm_client.h && SRM_DIR=$i
Received on Tue Jun 25 15:52:15 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 12:00:03 CET