From: Abegail Jakop Date: Mon, 17 Aug 2015 18:39:08 +0000 (-0400) Subject: add string_ref to list of enabled features X-Git-Tag: release-2.9~118 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=01bd23a811c8adac2a2444cd42e0acbc3d6840da;p=systemtap.git add string_ref to list of enabled features when outputting systemtap versions (stap -V), output BOOST_STRING_REF in the list enabled features --- diff --git a/session.cxx b/session.cxx index 55f8e184b..1a979ba38 100644 --- a/session.cxx +++ b/session.cxx @@ -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; }