[Bug translator/15542] %( CONFIG_NO_SUCH_VAR == "n" ... %) doesn't evaluate to true

jistone at redhat dot com sourceware-bugzilla@sourceware.org
Tue May 28 18:54:00 GMT 2013


http://sourceware.org/bugzilla/show_bug.cgi?id=15542

Josh Stone <jistone at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jistone at redhat dot com

--- Comment #1 from Josh Stone <jistone at redhat dot com> ---
CONFIG_NO_SUCH_VAR == "" works.  In fact, this is also true for variables that
exist but are not enabled, like CONFIG_PREEMPT_RCU on F18.  Are there any names
which are actually true for == "n"?

CONFIG values are either "y" for built-in, "m" for module, or else absent
altogether leading to the default std::string "".

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Systemtap mailing list