From: KOMEDA Shinji Date: Wed, 30 Jul 2014 08:56:07 +0000 (+0900) Subject: mistake, SAVE_LIBS="$LIBS" is correct. X-Git-Tag: collectd-5.5.0~246^2~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f7159bab7f3083721aea2f3b62a698fb3004c323;p=collectd.git mistake, SAVE_LIBS="$LIBS" is correct. --- diff --git a/configure.ac b/configure.ac index 9a78d063..6a143074 100644 --- a/configure.ac +++ b/configure.ac @@ -2982,7 +2982,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"