php4-beta | 199912
Date: 12/30/99
- Next message: Thies C. Arntzen: "Re: [PHP4BETA] get_function() ?"
- Previous message: Graeme Merrall: "[PHP4BETA] get_function() ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
thies Thu Dec 30 07:27:40 1999 EDT
Modified files:
/php4/ext/oci8 config.m4
/php4/ext/oracle config.m4
Log:
fix AC_DEFINE
Index: php4/ext/oci8/config.m4
diff -u php4/ext/oci8/config.m4:1.10 php4/ext/oci8/config.m4:1.11
--- php4/ext/oci8/config.m4:1.10 Wed Dec 29 23:52:09 1999
+++ php4/ext/oci8/config.m4 Thu Dec 30 07:27:08 1999
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.10 1999/12/30 04:52:09 sas Exp $
+dnl $Id: config.m4,v 1.11 1999/12/30 12:27:08 thies Exp $
AC_DEFUN(AC_ORACLE_VERSION,[
AC_MSG_CHECKING([Oracle version])
@@ -148,11 +148,11 @@
else
ORACLE_SHLIBS="$ORACLE_STLIBS"
fi
- AC_DEFINE(HAVE_OCI8,,[ ])
+ AC_DEFINE(HAVE_OCI8,1,[ ])
;;
8.1)
ORACLE_SHLIBS="-lclntsh $ORA_SYSLIB"
- AC_DEFINE(HAVE_OCI8,,[ ])
+ AC_DEFINE(HAVE_OCI8,1,[ ])
;;
*)
ORACLE_SHLIBS=
@@ -161,9 +161,6 @@
# only using shared libs right now
ORACLE_LIBS=$ORACLE_SHLIBS
-
- AC_DEFINE(HAVE_ORACLE,1,[ ])
-
fi
],[AC_MSG_RESULT(no)])
Index: php4/ext/oracle/config.m4
diff -u php4/ext/oracle/config.m4:1.7 php4/ext/oracle/config.m4:1.8
--- php4/ext/oracle/config.m4:1.7 Wed Dec 29 23:52:10 1999
+++ php4/ext/oracle/config.m4 Thu Dec 30 07:27:09 1999
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.7 1999/12/30 04:52:10 sas Exp $
+dnl $Id: config.m4,v 1.8 1999/12/30 12:27:09 thies Exp $
AC_DEFUN(AC_ORACLE_VERSION,[
AC_MSG_CHECKING([Oracle version])
@@ -146,11 +146,9 @@
else
ORACLE_SHLIBS="$ORACLE_STLIBS"
fi
- AC_DEFINE(HAVE_OCI8,,[ ])
;;
8.1)
ORACLE_SHLIBS="-lclntsh $ORA_SYSLIB"
- AC_DEFINE(HAVE_OCI8,,[ ])
;;
*)
ORACLE_SHLIBS=
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Thies C. Arntzen: "Re: [PHP4BETA] get_function() ?"
- Previous message: Graeme Merrall: "[PHP4BETA] get_function() ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

