diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-06 13:44:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-12-06 13:44:03 +0200 |
commit | 7fb8bd03f6af5fe48c3c713f6e23bb9e4e2a79da (patch) | |
tree | 7072b768ed6c547194cd2aeb8d8676bf7da482ed | |
parent | fec09537f83cb8fbbf1023534f600b2f5a67b31a (diff) |
Add library to LIBS before doing the test if --with-oci was not specified
-rw-r--r-- | m4/liboci.m4 | 2 |
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 |