Untitled
unknown
plain_text
16 days ago
557 B
2
Indexable
Never
AC_DEFUN([MOUSEPAD_PLUGIN_COUNT], [ AC_ARG_ENABLE([plugin-count], [AS_HELP_STRING([--disable-plugin-count], [Don't build the count plugin])], [ac_mousepad_plugin_count=$enableval], [ac_mousepad_plugin_count=yes]) if test x"$ac_mousepad_plugin_count" = x"yes"; then XDT_CHECK_PACKAGE([], [], [], [], [ac_mousepad_plugin_count=no]) else ac_mousepad_plugin_count=no fi AC_MSG_CHECKING([whether to build the count plugin]) AM_CONDITIONAL([MOUSEPAD_PLUGIN_COUNT], [test x"$ac_mousepad_plugin_count" = x"yes"]) AC_MSG_RESULT([$ac_mousepad_plugin_count]) ])
Leave a Comment