diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2015-02-03 05:30:50 -0500 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-03-10 10:22:13 -0700 |
commit | 8f34055a2300cafadc03178ce03c7ce998399991 (patch) | |
tree | 56451f154cdd2120cf6bdc1814036bd9ce57c548 /configure.ac | |
parent | d83ff159679095eedfdd9f42b2ed801d048493ce (diff) |
build: don't report (hide) systemtap config option
We don't actually support systemtap. We don't have any systemtap
enablement. The configure doesn't actually do anything to configure
systemtap support. It's confusing to show that systemtap is disabled,
someone might try to run --enable-systemtap, and then we'll show that
it's enabled, but it still doesn't actually do anything.
Hide it until such time as we actually have some real systemtap support
Change-Id: I8617121bee5bc724027e5f4d5eed00fd3c5a4ab2
BUG: 865734
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/9564
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index db51080acf2..0d2ee210539 100644 --- a/configure.ac +++ b/configure.ac @@ -1220,7 +1220,7 @@ echo "readline : $BUILD_READLINE" echo "georeplication : $BUILD_SYNCDAEMON" echo "Linux-AIO : $BUILD_LIBAIO" echo "Enable Debug : $BUILD_DEBUG" -echo "systemtap : $BUILD_SYSTEMTAP" +## echo "systemtap : $BUILD_SYSTEMTAP" echo "Block Device xlator : $BUILD_BD_XLATOR" echo "glupy : $BUILD_GLUPY" echo "Use syslog : $USE_SYSLOG" |