summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3693eef)
raw | patch | inline | side by side (parent: 3693eef)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 30 Apr 2008 08:52:27 +0000 (10:52 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Wed, 30 Apr 2008 08:52:27 +0000 (10:52 +0200) |
This define is used in some plugins. Thanks to Oleg King for noticing and
pointing this out and thanks to Sebastian Harl for a first patch which,
unfortunately, doesn't work anymore after changing the configure script.
pointing this out and thanks to Sebastian Harl for a first patch which,
unfortunately, doesn't work anymore after changing the configure script.
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index ae11ecfae7b7d3e6e73847e8dbf5b5e5a6f205c4..ef428ccc3a7694511dff8cea39c9a7aff053963a 100644 (file)
--- a/configure.in
+++ b/configure.in
AM_CONDITIONAL(BUILD_WITH_LIBSTATGRAB, test "x$with_libstatgrab" = "xyes")
if test "x$with_libstatgrab" = "xyes"
then
+ AC_DEFINE(HAVE_LIBSTATGRAB, 1, [Define to 1 if you have the 'statgrab' library (-lstatgrab)])
BUILD_WITH_LIBSTATGRAB_CFLAGS="$with_libstatgrab_cflags"
BUILD_WITH_LIBSTATGRAB_LDFLAGS="$with_libstatgrab_ldflags"
AC_SUBST(BUILD_WITH_LIBSTATGRAB_CFLAGS)