From: Frank Ch. Eigler Date: Wed, 16 Feb 2011 02:42:14 +0000 (-0500) Subject: mention ENABLE_NLS in stap -V feature-summary X-Git-Tag: release-1.5~216 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=f8e53f3aaa42577f9a37f21ba8485c0ca2c81d25;p=systemtap.git mention ENABLE_NLS in stap -V feature-summary --- diff --git a/session.cxx b/session.cxx index 90409dfd6..1cb8625b4 100644 --- a/session.cxx +++ b/session.cxx @@ -381,6 +381,9 @@ systemtap_session::version () #endif #ifdef ENABLE_PROLOGUES << " PROLOGUES" +#endif +#ifdef ENABLE_NLS + << " NLS" #endif << endl; }