diff options
Diffstat (limited to 'm4/liboci.m4')
-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 |