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

Bugfix.

Rev: src/modules/Oracle/configure.in:1.23
parent 5112b48b
Branches
Tags
No related merge requests found
#
# $Id: configure.in,v 1.22 2000/10/31 16:03:39 grubba Exp $
# $Id: configure.in,v 1.23 2000/10/31 16:11:38 grubba Exp $
#
# Configure script for the oracle module
#
......@@ -129,8 +129,6 @@ if test x$with_oracle = xyes; then
AC_MSG_RESULT($oracle_include_dir/rdbms/demo/)
AC_CHECK_HEADERS(oci.h ocidfn.h ociapr.h)
AC_MSG_CHECKING(for sysliblist)
AC_CACHE_VAL(pike_cv_oracle_sysliblist, [
......@@ -185,6 +183,8 @@ if test x$with_oracle = xyes; then
fi
fi
AC_CHECK_HEADERS(oci.h ocidfn.h ociapr.h)
OLDLIBS=LIBS
LIBS="$ORACLE_LIBS $LIBS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment