summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0a323ec)
raw | patch | inline | side by side (parent: 0a323ec)
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 f074fe6fc48fa631b716bc950db466f002afc5f6..b396db649aee6972f101e042ba03038e1f3947e1 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"])