Skip to content
Snippets Groups Projects
Commit b1f41ff5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Yet another bugfix.

Rev: src/modules/Oracle/configure.in:1.26
parent ef41c5d6
No related branches found
No related tags found
No related merge requests found
# #
# $Id: configure.in,v 1.25 2000/11/01 14:15:42 grubba Exp $ # $Id: configure.in,v 1.26 2000/11/01 14:22:05 grubba Exp $
# #
# Configure script for the oracle module # Configure script for the oracle module
# #
...@@ -189,7 +189,8 @@ if test x$with_oracle = xyes; then ...@@ -189,7 +189,8 @@ if test x$with_oracle = xyes; then
if test "x$pike_cv_sys_os" = "xWindows_NT"; then if test "x$pike_cv_sys_os" = "xWindows_NT"; then
ORACLE_LIBS="-loci" ORACLE_LIBS="-loci"
else if test -f "$oracle_lib_dir/libcommon8.a"; then else
if test -f "$oracle_lib_dir/libcommon8.a"; then
ORACLE_LIBS="-lclntsh" ORACLE_LIBS="-lclntsh"
else else
if test -f "$oracle_lib_dir/libcore4.a"; then if test -f "$oracle_lib_dir/libcore4.a"; then
...@@ -198,6 +199,7 @@ if test x$with_oracle = xyes; then ...@@ -198,6 +199,7 @@ if test x$with_oracle = xyes; then
ORACLE_LIBS="-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 $pike_cv_oracle_sysliblist $oracle_aio -lm -lcore3" ORACLE_LIBS="-lclient -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lsqlnet -lncr -lsqlnet -lclient -lcommon -lgeneric -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3 -lnlsrtl3 $pike_cv_oracle_sysliblist $oracle_aio -lm -lcore3"
fi fi
fi fi
fi
AC_CHECK_HEADERS(oci.h ocidfn.h ociapr.h) AC_CHECK_HEADERS(oci.h ocidfn.h ociapr.h)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment