mistake, SAVE_LIBS="$LIBS" is correct.
authorKOMEDA Shinji <komeda.shinji@gmail.com>
Wed, 30 Jul 2014 08:56:07 +0000 (17:56 +0900)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 30 Jul 2014 10:59:56 +0000 (12:59 +0200)
configure.in

index 770e395..ce59b71 100644 (file)
@@ -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"