X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.in;h=ce59b71d02106bd6453e4ba4c2486b50bda4c3a8;hb=b9ab99cc37687a111c4bbdd25c5924fa74a0c056;hp=770e39540f4a3a2f5d400b6df6dcc38997ec4020;hpb=ee49a2a68fe12b972b32e2d4d61aed91d6052cdc;p=collectd.git diff --git a/configure.in b/configure.in index 770e3954..ce59b71d 100644 --- a/configure.in +++ b/configure.in @@ -2915,7 +2915,7 @@ fi if test "x$with_oracle" = "xyes" then SAVE_CPPFLAGS="$CPPFLAGS" - SAVE_LIBS="$LDFLAGS" + SAVE_LIBS="$LIBS" CPPFLAGS="$CPPFLAGS $with_oracle_cppflags" LIBS="$LIBS $with_oracle_libs"