From f7159bab7f3083721aea2f3b62a698fb3004c323 Mon Sep 17 00:00:00 2001 From: KOMEDA Shinji Date: Wed, 30 Jul 2014 17:56:07 +0900 Subject: [PATCH] mistake, SAVE_LIBS="$LIBS" is correct. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0