Motiejus Jakštys
37e24524c2
git-subtree-dir: deps/cmph git-subtree-mainline:5040f4007b
git-subtree-split:a250982ade
6 lines
192 B
Plaintext
6 lines
192 B
Plaintext
AC_DEFUN([AC_CHECK_SPOON], [
|
|
AC_ARG_WITH(spoon, [ --with-spoon=SPOON this is inocuous, since the truth is that there is no spoon ])
|
|
AC_MSG_CHECKING(if there is spoon)
|
|
AC_MSG_RESULT(no)
|
|
])
|