Skip to content
Snippets Groups Projects
Commit 6662cd45 authored by Stefan Wallström's avatar Stefan Wallström
Browse files

Now finds ociextp.h in Oracle 8.1.

Rev: src/modules/Oracle/configure.in:1.20
parent 2a505423
Branches
Tags
No related merge requests found
# #
# $Id: configure.in,v 1.19 2000/04/05 22:23:51 hubbe Exp $ # $Id: configure.in,v 1.20 2000/10/25 11:26:30 stewa Exp $
# #
# Configure script for the oracle module # Configure script for the oracle module
# #
...@@ -240,7 +240,7 @@ EOF ...@@ -240,7 +240,7 @@ EOF
if test "x$oracle_lib_dir" = xno -o "x$oracle_include_dir" = xno; then :; else if test "x$oracle_lib_dir" = xno -o "x$oracle_include_dir" = xno; then :; else
CPPFLAGS="-I$oracle_include_dir/rdbms/demo/ -I$oracle_include_dir/network/public/ -I$oracle_include_dir/plsql/public -I$oracle_include_dir/otrace/public -I ${CPPFLAGS}" CPPFLAGS="-I$oracle_include_dir/rdbms/demo/ -I$oracle_include_dir/rdbms/public/ -I$oracle_include_dir/network/public/ -I$oracle_include_dir/plsql/public -I$oracle_include_dir/otrace/public -I ${CPPFLAGS}"
LDFLAGS="${LDFLAGS} -L$oracle_lib_dir -R$oracle_lib_dir" LDFLAGS="${LDFLAGS} -L$oracle_lib_dir -R$oracle_lib_dir"
if test -f "$oracle_lib_dir/libcommon8.a"; then if test -f "$oracle_lib_dir/libcommon8.a"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment