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)
|
||
|
])
|