This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]