1 dnl GEANY_CHECK_THE_FORCE
2 dnl just for a laugh (it has absolutely no effect)
3 AC_DEFUN([GEANY_CHECK_THE_FORCE],
5 AC_ARG_ENABLE([the-force],
6 [AS_HELP_STRING([--enable-the-force],
7 [enable if you are Luke Skywalker and the force is with you [default=no]])],
8 [be_luke="$enableval"],
11 AC_MSG_CHECKING([whether the force is with you])
12 if test "x$be_luke" = "xyes"; then