From f8e53f3aaa42577f9a37f21ba8485c0ca2c81d25 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 15 Feb 2011 21:42:14 -0500 Subject: [PATCH] mention ENABLE_NLS in stap -V feature-summary --- session.cxx | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.43.5