[srm-cvs] CVS Update: - It's more logical to break at the first hit. And even more to break

From: <jani.taskinen[@]kolumbus.fi>
Date: Wed Mar 27 2002 - 22:44:43 CET

Date: Wed Mar 27 22:44:43 CET 2002
User: Jani Taskinen
Directory: php_srm

Log Message:
 [0.01]
 - It's more logical to break at the first hit. And even more to break
   for the specified path..
 
 
Modified files:
           php_srm/config.m4 (version: 1.8)

[FILE: /php_srm/config.m4]

--- php_srm/config.m4:1.7 Fri Feb 22 20:03:35 2002 GMT
+++ php_srm/config.m4 Wed Mar 27 20:44:42 2002 GMT
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: cvstemp,v 1.7 2002/02/22 21:03:35 derick Exp $
+dnl $Id: cvstemp,v 1.8 2002/03/27 21:44:42 sniper Exp $
 dnl
 
 divert(0)dnl
@@ -15,8 +15,9 @@
 dnl if test "$PHP_SRM" != "no" -a "$PHP_SAPI" != "srm"; then
 if test "$PHP_SRM" != "no"; then
 
- for i in /usr/local/srm /usr/local /usr $PHP_SRM; do
+ for i in $PHP_SRM /usr/local/srm /usr/local /usr; do
     test -r $i/include/srm_client.h && SRM_DIR=$i
+ break
   done
      
   if test -z "$SRM_DIR"; then
Received on Wed Mar 27 22:36:17 2002

This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 09:00:03 CET