Browse Source
* aclocal.m4: Include ../config/plugins.m4.
* configure.in: Use AC_PLUGINS.
* configure: Regenerate.
* Makefile.in: Regenerate.
* doc/Makefile.in: Regenerate.
cv-branch-2
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
AC_DEFUN([AC_PLUGINS], |
|||
[ |
|||
AC_ARG_ENABLE([plugins], |
|||
AS_HELP_STRING([--enable-plugins], [Enable support for plugins (defaults no)]), |
|||
[case "${enableval}" in |
|||
yes | "") plugins=yes ;; |
|||
no) plugins=no ;; |
|||
*) plugins=yes ;; |
|||
esac], |
|||
[plugins=no]) |
|||
]) |
|||
Loading…
Reference in new issue