summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorElliott Baron <ebaron@redhat.com>2009-06-05 11:40:34 -0400
committerElliott Baron <ebaron@redhat.com>2009-06-05 11:40:34 -0400
commit6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b (patch)
tree4ecb9d5208701e7682e353338dad8cc5adcec9c1 /config.in
parent3d022fa9c6bdbca383dfc639d08d65287c708f56 (diff)
downloadsystemtap-steved-6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b.tar.gz
systemtap-steved-6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b.tar.xz
systemtap-steved-6d14a4a9f3b6b8a02fcac0b95961b9b08e9fda0b.zip
PR10209: extend configury for --disable-translator
* configure.ac: Added --disable-translator feature, creates AM_CONDITIONAL BUILD_TRANSLATOR. * Makefile.am: Only build runtime components (staprun, stapio) if BUILD_TRANSLATOR == FALSE. * configure: Regenerated. * Makefile.in: Likewise. * aclocal.m4: Likewise. * config.in: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
Diffstat (limited to 'config.in')
-rw-r--r--config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.in b/config.in
index 7369cf53..217d2c94 100644
--- a/config.in
+++ b/config.in
@@ -3,6 +3,9 @@
/* Configuration/build date */
#undef DATE
+/* librpm version specific library name to dlopen. */
+#undef DLOPEN_LIBRPM
+
/* make -P prologue-searching default */
#undef ENABLE_PROLOGUES
@@ -21,6 +24,9 @@
/* Define to 1 if you have the `pfm' library (-lpfm). */
#undef HAVE_LIBPFM
+/* Define if librpm library is being used. */
+#undef HAVE_LIBRPM
+
/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */
#undef HAVE_LIBSQLITE3
@@ -89,9 +95,3 @@
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES
-
-/* librpm version specific library name to dlopen. */
-#undef DLOPEN_LIBRPM
-
-/* Define if librpm library is being used. */
-#undef HAVE_LIBRPM