aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:44:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-12-06 13:44:03 +0200
commit7fb8bd03f6af5fe48c3c713f6e23bb9e4e2a79da (patch)
tree7072b768ed6c547194cd2aeb8d8676bf7da482ed /m4
parentfec09537f83cb8fbbf1023534f600b2f5a67b31a (diff)
Add library to LIBS before doing the test if --with-oci was not specified
Diffstat (limited to 'm4')
-rw-r--r--m4/liboci.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/liboci.m4 b/m4/liboci.m4
index 5b4d002..5055efb 100644
--- a/m4/liboci.m4
+++ b/m4/liboci.m4
@@ -58,6 +58,8 @@ oci_found=yes
LDFLAGS="$LDFLAGS -L$oci_dir/lib"
LIBS="-lclntsh $LIBS"
fi
+else
+ LIBS="-lclntsh $LIBS"
fi
if test x"$oci_found" = xno; then