summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d51a376)
raw | patch | inline | side by side (parent: d51a376)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Mar 2007 15:43:57 +0000 (17:43 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Mar 2007 15:43:57 +0000 (17:43 +0200) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 602d0faa2db85fa242a138dff5dcbfac2a8ca65e..99d7b8d44ffdd0c7bc310ec02c34d87ecab13ab7 100644 (file)
--- a/configure.in
+++ b/configure.in
fi
if test "x$with_kstat" = "xyes"
then
- collect_kstat=1
-else
- collect_kstat=0
+ AC_DEFINE(HAVE_LIBKSTAT, 1,
+ [Define to 1 if you have the 'kstat' library (-lkstat)])
fi
-AC_DEFINE_UNQUOTED(COLLECT_KSTAT, [$collect_kstat],
- [Wether or not to use kstat library (Solaris)])
AM_CONDITIONAL(BUILD_WITH_LIBKSTAT, test "x$with_kstat" = "xyes")
AM_CONDITIONAL(BUILD_WITH_LIBDEVINFO, test "x$with_devinfo" = "xyes")