Skip to content
Snippets Groups Projects
Commit 5e1a8282 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Coredumping fixed (I hope).

Rev: src/modules/Oracle/configure.in:1.10
parent d85223ee
No related branches found
No related tags found
No related merge requests found
# #
# $Id: configure.in,v 1.9 1997/11/18 19:41:10 grubba Exp $ # $Id: configure.in,v 1.10 1998/05/14 20:56:01 marcus Exp $
# #
# Configure script for the oracle module # Configure script for the oracle module
# #
...@@ -175,6 +175,7 @@ if test x$with_oracle = xyes; then ...@@ -175,6 +175,7 @@ if test x$with_oracle = xyes; then
OLDLIBS=LIBS OLDLIBS=LIBS
LIBS="$LIBS $ORACLE_LIBS" LIBS="$LIBS $ORACLE_LIBS"
AC_CHECK_LIB(client, oopen, [ AC_CHECK_LIB(client, oopen, [
LDFLAGS="-Bsymbolic -znodefs $LDFLAGS"
AC_DEFINE(HAVE_ORACLE) AC_DEFINE(HAVE_ORACLE)
], [ ], [
ORACLE_LIBS="" ORACLE_LIBS=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment