Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.7
/
oprofile
/
refs/heads/master
/
.
/
oprofile-0.9.7
/
m4
/
resultyn.m4
blob: 2aac1cc5f68f002193ead1bdf374ce06361d8336 [
file
] [
log
] [
blame
] [
edit
]
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
)])