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

Bugfix.

Rev: src/modules/Oracle/configure.in:1.25
parent 39f00898
No related branches found
No related tags found
No related merge requests found
# #
# $Id: configure.in,v 1.24 2000/11/01 13:44:29 grubba Exp $ # $Id: configure.in,v 1.25 2000/11/01 14:15:42 grubba Exp $
# #
# Configure script for the oracle module # Configure script for the oracle module
# #
...@@ -73,7 +73,8 @@ if test x$with_oracle = xyes; then ...@@ -73,7 +73,8 @@ if test x$with_oracle = xyes; then
if test x"$pike_cv_oracle_oracle_home" = xno; then :; else if test x"$pike_cv_oracle_oracle_home" = xno; then :; else
echo "$pike_cv_oracle_oracle_home/oci/lib/msvc" > conftest echo "$pike_cv_oracle_oracle_home/oci/lib/msvc" > conftest
fi fi
else if test x"$pike_cv_oracle_oracle_home" != xno && \ else
if test x"$pike_cv_oracle_oracle_home" != xno && \
test -f "$pike_cv_oracle_oracle_home/lib/libcommon.a" -o \ test -f "$pike_cv_oracle_oracle_home/lib/libcommon.a" -o \
-f "$pike_cv_oracle_oracle_home/lib/libcommon8.a"; then -f "$pike_cv_oracle_oracle_home/lib/libcommon8.a"; then
...@@ -102,6 +103,7 @@ if test x$with_oracle = xyes; then ...@@ -102,6 +103,7 @@ if test x$with_oracle = xyes; then
done done
fi fi
fi fi
fi
oracle_lib_dir="`cat conftest`" oracle_lib_dir="`cat conftest`"
...@@ -115,7 +117,8 @@ if test x$with_oracle = xyes; then ...@@ -115,7 +117,8 @@ if test x$with_oracle = xyes; then
if test x"$pike_cv_oracle_oracle_home" = xno; then :; else if test x"$pike_cv_oracle_oracle_home" = xno; then :; else
echo "$pike_cv_oracle_oracle_home" > conftest echo "$pike_cv_oracle_oracle_home" > conftest
fi fi
else if test x"$pike_cv_oracle_oracle_home" != xno -a \ else
if test x"$pike_cv_oracle_oracle_home" != xno -a \
-f "$pike_cv_oracle_oracle_home/rdbms/demo/ocidfn.h"; then -f "$pike_cv_oracle_oracle_home/rdbms/demo/ocidfn.h"; then
echo "$pike_cv_oracle_oracle_home" > conftest echo "$pike_cv_oracle_oracle_home" > conftest
...@@ -133,6 +136,7 @@ if test x$with_oracle = xyes; then ...@@ -133,6 +136,7 @@ if test x$with_oracle = xyes; then
done done
fi fi
fi fi
fi
oracle_include_dir="`cat conftest`" oracle_include_dir="`cat conftest`"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment