Hi.
Assuming this configuration fragment:
library xxx
cc-options: -Wall
if flag(HAVE_URANDOM)
cc-options: -DHAVE_URANDOM
In case the HAVE_URANDOM flag is defined, what will be the value of the
used cc-options?
1) -DHAHE_URANDOM
2) -Wall -DHAHE_URANDOM
Thanks Manlio