projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcce4d5
)
patch required to build oracle plugin, collectd-5.4.0 (#653)
author
KOMEDA Shinji
<komeda.shinji@gmail.com>
Wed, 25 Jun 2014 13:34:15 +0000
(22:34 +0900)
committer
KOMEDA Shinji
<komeda.shinji@gmail.com>
Wed, 25 Jun 2014 13:34:15 +0000
(22:34 +0900)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
f1c7b8a
..
9a78d06
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2982,14
+2982,14
@@
fi
if test "x$with_oracle" = "xyes"
then
SAVE_CPPFLAGS="$CPPFLAGS"
- SAVE_L
DFLAG
S="$LDFLAGS"
+ SAVE_L
IB
S="$LDFLAGS"
CPPFLAGS="$CPPFLAGS $with_oracle_cppflags"
- L
DFLAGS="$LDFLAG
S $with_oracle_libs"
+ L
IBS="$LIB
S $with_oracle_libs"
AC_CHECK_FUNC(OCIEnvCreate, [with_oracle="yes"], [with_oracle="no (Symbol 'OCIEnvCreate' not found)"])
CPPFLAGS="$SAVE_CPPFLAGS"
- L
DFLAGS="$SAVE_LDFLAG
S"
+ L
IBS="$SAVE_LIB
S"
fi
if test "x$with_oracle" = "xyes"
then