Sign in
nest-open-source
/
nest-learning-thermostat
/
5.0.2
/
oprofile
/
9be332de52a8478a9f4dac64bf55bdc919dbb3d8
/
.
/
oprofile-0.9.7
/
m4
/
resultyn.m4
blob: 2aac1cc5f68f002193ead1bdf374ce06361d8336 [
file
] [
log
] [
blame
]
dnl AX_MSG_RESULT_YN
(
a
)
dnl results
"yes"
iff a
==
1
,
"no"
else
AC_DEFUN
([
AX_MSG_RESULT_YN
],
[
x
=
no
test
"x$1"
=
"x1"
&&
x
=
yes
AC_MSG_RESULT
(
$x
)])