]> sourceware.org Git - systemtap.git/commitdiff
add string_ref to list of enabled features
authorAbegail Jakop <ajakop@redhat.com>
Mon, 17 Aug 2015 18:39:08 +0000 (14:39 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Tue, 18 Aug 2015 17:24:16 +0000 (13:24 -0400)
when outputting systemtap versions (stap -V), output BOOST_STRING_REF
in the list enabled features

session.cxx

index 55f8e184b2de155cbccee26660aa7894a19c9e57..1a979ba389276e39a955f7acfd5cc4dc11369052 100644 (file)
@@ -492,6 +492,9 @@ systemtap_session::version ()
 #endif
 #ifdef HAVE_LIBXML2
        << " LIBXML2"
+#endif
+#ifdef HAVE_BOOST_UTILITY_STRING_REF_HPP
+       << " BOOST_STRING_REF"
 #endif
        << endl;
 }
This page took 0.027857 seconds and 5 git commands to generate.