Return GdkColor via out parameter rather than return value
[geany-mirror.git] / m4 / geany-the-force.m4
blob866e832d0c338b6c9db6ba8a4704ac41dccfd077
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"],
9                         [be_luke="no"])
11         AC_MSG_CHECKING([whether the force is with you])
12         if test "x$be_luke" = "xyes"; then
13                 AC_MSG_RESULT([yes])
14         else
15                 AC_MSG_RESULT([no])
16         fi