]> sourceware.org Git - systemtap.git/commitdiff
mention ENABLE_NLS in stap -V feature-summary
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 16 Feb 2011 02:42:14 +0000 (21:42 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 16 Feb 2011 02:42:14 +0000 (21:42 -0500)
session.cxx

index 90409dfd6beaf928addd1969e10d54f1ec3b5adc..1cb8625b4a27ea94bcf751f51754d762ebfa96df 100644 (file)
@@ -381,6 +381,9 @@ systemtap_session::version ()
 #endif
 #ifdef ENABLE_PROLOGUES
        << " PROLOGUES"
+#endif
+#ifdef ENABLE_NLS
+       << " NLS"
 #endif
        << endl;
 }
This page took 0.03352 seconds and 5 git commands to generate.