projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
facabb5
)
build system: Fix linking with the libnetlib library.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 1 Sep 2007 13:41:00 +0000
(15:41 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Sat, 1 Sep 2007 13:41:00 +0000
(15:41 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
601604b
..
567d542
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1447,8
+1447,8
@@
then
fi
if test "x$with_libnetlink" = "xyes"
then
- BUILD_WITH_LIBNETLINK_CFLAGS="$with_
curl
_cflags"
- BUILD_WITH_LIBNETLINK_LIBS="$with_
curl
_libs"
+ BUILD_WITH_LIBNETLINK_CFLAGS="$with_
libnetlink
_cflags"
+ BUILD_WITH_LIBNETLINK_LIBS="$with_
libnetlink
_libs"
AC_SUBST(BUILD_WITH_LIBNETLINK_CFLAGS)
AC_SUBST(BUILD_WITH_LIBNETLINK_LIBS)
fi