[PHP-DEV] CVS update: php3 From: ssb (php-dev <email protected>)
Date: 10/27/98

Date: Tuesday October 27, 1998 @ 12:05
Author: ssb

Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv8915

Modified Files:
        aclocal.m4
Log Message:
more Solid library weirdness.

Index: php3/aclocal.m4
diff -c php3/aclocal.m4:1.28 php3/aclocal.m4:1.29
*** php3/aclocal.m4:1.28 Wed Sep 23 09:47:21 1998
--- php3/aclocal.m4 Tue Oct 27 12:05:34 1998
***************
*** 1,4 ****
! dnl $Id: aclocal.m4,v 1.28 1998/09/23 13:47:21 ssb Exp $
  dnl
  dnl This file contains local autoconf functions.
  
--- 1,4 ----
! dnl $Id: aclocal.m4,v 1.29 1998/10/27 17:05:34 ssb Exp $
  dnl
  dnl This file contains local autoconf functions.
  
***************
*** 51,56 ****
--- 51,62 ----
    SOLID_LIBS=`echo $1/scl${ac_solid_os}*.so | cut -d' ' -f1`
    if test ! -f $SOLID_LIBS; then
      SOLID_LIBS=`echo $1/scl${ac_solid_os}*.a | cut -d' ' -f1`
+ fi
+ if test ! -f $SOLID_LIBS; then
+ SOLID_LIBS=`echo $1/scl2x${ac_solid_os}*.a | cut -d' ' -f1`
+ fi
+ if test ! -f $SOLID_LIBS; then
+ SOLID_LIBS=`echo $1/scl2x${ac_solid_os}*.a | cut -d' ' -f1`
    fi
    if test ! -f $SOLID_LIBS; then
      SOLID_LIBS=`echo $1/bcl${ac_solid_os}*.so | cut -d' ' -f1`

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>