summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2010-03-08 16:22:42 -0500
committerFrank Ch. Eigler <fche@elastic.org>2010-03-08 16:22:42 -0500
commit12c1a00781ad7273546a9d16f4711876f328ab8c (patch)
tree588c89d0e601cc7bc1df4dd5497d1840ad4e73e0 /config.in
parent15f1dd6f3a95d9db007192730903a85b875d172f (diff)
downloadsystemtap-steved-12c1a00781ad7273546a9d16f4711876f328ab8c.tar.gz
systemtap-steved-12c1a00781ad7273546a9d16f4711876f328ab8c.tar.xz
systemtap-steved-12c1a00781ad7273546a9d16f4711876f328ab8c.zip
build: re-enable librpm checking
* configure.ac: With AC_CHECK_LIB()'s four-parameter variant, the default AC_DEFINE etc. is removed, so restore the key parts by hand.
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.in b/config.in
index dc43d94d..afb63453 100644
--- a/config.in
+++ b/config.in
@@ -30,6 +30,9 @@
/* Define to 1 if you have the `pfm' library (-lpfm). */
#undef HAVE_LIBPFM
+/* have librpm */
+#undef HAVE_LIBRPM
+
/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
#undef HAVE_LIBSQLITE3