From 7fb8bd03f6af5fe48c3c713f6e23bb9e4e2a79da Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Tue, 6 Dec 2011 13:44:03 +0200
Subject: Add library to LIBS before doing the test if --with-oci was not
 specified

---
 m4/liboci.m4 | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
cgit v1.1