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

Date: Tuesday October 27, 1998 @ 19:01
Author: rasmus

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

Modified Files:
        configure.in
Log Message:
Add -R flag to make MySQL 3.22.x support build without having to fiddle
around with ldconfig or LD_LIBRARY_PATH

Index: php3/configure.in
diff -c php3/configure.in:1.268 php3/configure.in:1.269
*** php3/configure.in:1.268 Mon Oct 26 00:31:30 1998
--- php3/configure.in Tue Oct 27 19:01:17 1998
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.268 1998/10/26 05:31:30 zeev Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
--- 1,4 ----
! dnl $Id: configure.in,v 1.269 1998/10/28 00:01:17 rasmus Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
***************
*** 886,892 ****
                  fi
             fi
      MYSQL_INCLUDE=-I$MYSQL_INCDIR
! MYSQL_LFLAGS=-L$MYSQL_LIBDIR
      MYSQL_LIBS=-lmysqlclient
  
      AC_DEFINE(HAVE_MYSQL)
--- 886,892 ----
                  fi
             fi
      MYSQL_INCLUDE=-I$MYSQL_INCDIR
! MYSQL_LFLAGS="-R$MYSQL_LIBDIR -L$MYSQL_LIBDIR"
      MYSQL_LIBS=-lmysqlclient
  
      AC_DEFINE(HAVE_MYSQL)

--
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>