Date: 10/05/98
- Next message: Bug Database: "[PHP-DEV] Bug #779 Updated: Compile failure (PHP+Oracle 8.0.5)"
- Previous message: matt <email protected>: "[PHP-DEV] Bug #819: core dump in standalone binary (CGI)"
- Next in thread: martin: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Monday October 5, 1998 @ 17:53
Author: ssb
Update of /repository/php3
In directory asf:/u2/tmp/cvs-serv15703
Modified Files:
configure.in
Log Message:
be smarter when looking for Oracle include files
Index: php3/configure.in
diff -c php3/configure.in:1.260 php3/configure.in:1.261
*** php3/configure.in:1.260 Sat Oct 3 15:43:16 1998
--- php3/configure.in Mon Oct 5 17:53:39 1998
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.260 1998/10/03 19:43:16 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.261 1998/10/05 21:53:39 ssb Exp $
dnl Process this file with autoconf to produce a configure script.
AC_INIT(main.c)
***************
*** 589,599 ****
# Oracle include files
! if test -d "$ORACLEINST_TOP/rdbms/public"
then
# V8.0.5
ORACLE_INCLUDE="$ORACLE_INCLUDE -I$ORACLEINST_TOP/rdbms/public"
! elif test -d "$ORACLEINST_TOP/rdbms/demo"
then
# V7.[0123]
ORACLE_INCLUDE=-I$ORACLEINST_TOP/rdbms/demo
--- 589,599 ----
# Oracle include files
! if test -f "$ORACLEINST_TOP/rdbms/public/ocidfn.h"
then
# V8.0.5
ORACLE_INCLUDE="$ORACLE_INCLUDE -I$ORACLEINST_TOP/rdbms/public"
! elif test -f "$ORACLEINST_TOP/rdbms/demo/ocidfn.h"
then
# V7.[0123]
ORACLE_INCLUDE=-I$ORACLEINST_TOP/rdbms/demo
-- 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>
- Next message: Bug Database: "[PHP-DEV] Bug #779 Updated: Compile failure (PHP+Oracle 8.0.5)"
- Previous message: matt <email protected>: "[PHP-DEV] Bug #819: core dump in standalone binary (CGI)"
- Next in thread: martin: "[PHP-DEV] CVS update: php3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

