Sign in
ara-mdk
/
platform
/
external
/
oprofile
/
e4b944c9df64336e4c2dd87be5653077ff6c415c
/
.
/
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
)])