1
Fork 0
turbonss/m4/spoon.m4

6 lines
192 B
Plaintext
Raw Normal View History

2014-06-06 23:31:14 +03:00
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)
])