projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a323ec
)
configure.in: Check for the libaquaero5.o file in "obj/".
author
Florian Forster
<octo@collectd.org>
Sun, 18 Aug 2013 08:53:25 +0000
(10:53 +0200)
committer
Florian Forster
<octo@collectd.org>
Sun, 18 Aug 2013 08:53:25 +0000
(10:53 +0200)
This is what the aerotools-ng Makefile is currently using.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
f074fe6
..
b396db6
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1492,7
+1492,7
@@
AC_ARG_WITH(libaquaero5, [AS_HELP_STRING([--with-libaquaero5@<:@=PREFIX@:>@], [P
else
with_libaquaero5="yes"
LIBAQUAERO5_CFLAGS="$LIBAQUAERO5_CFLAGS -I$withval/src"
- LIBAQUAERO5_LDFLAGS="$LIBAQUAERO5_LDFLAGS -L$withval/
lib
"
+ LIBAQUAERO5_LDFLAGS="$LIBAQUAERO5_LDFLAGS -L$withval/
obj
"
fi; fi
],
[with_libaquaero5="yes"])