diff options
author | Charley Wang <chwang@redhat.com> | 2010-02-25 16:25:34 -0500 |
---|---|---|
committer | Charley Wang <chwang@redhat.com> | 2010-02-25 16:25:34 -0500 |
commit | e3d5f49468872aeec7f1f05a8afe40677859cf0f (patch) | |
tree | a500a26473799ce42fe9b3e3dc297df9f3a25eb6 /config.in | |
parent | 7f0cd081c315cc421e62f2f639817e1abecb9c4c (diff) | |
parent | bcfa72ed644f9644eaa3fa52e66449aedfe47974 (diff) | |
download | systemtap-steved-e3d5f49468872aeec7f1f05a8afe40677859cf0f.tar.gz systemtap-steved-e3d5f49468872aeec7f1f05a8afe40677859cf0f.tar.xz systemtap-steved-e3d5f49468872aeec7f1f05a8afe40677859cf0f.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,9 +3,6 @@ /* Configuration/build date */ #undef DATE -/* librpm version specific library name to dlopen. */ -#undef DLOPEN_LIBRPM - /* make -P prologue-searching default */ #undef ENABLE_PROLOGUES @@ -33,7 +30,7 @@ /* Define to 1 if you have the `pfm' library (-lpfm). */ #undef HAVE_LIBPFM -/* Define if librpm library is being used. */ +/* Define to 1 if you have the `rpm' library (-lrpm). */ #undef HAVE_LIBRPM /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ |