Skip to content
Snippets Groups Projects
Commit ed630879 authored by Rafael Avila de Espindola's avatar Rafael Avila de Espindola Committed by Nick Clifton
Browse files

(Synchronize with addition made to binutils sources):

        * plugins.m4: New.

From-SVN: r147918
parent ceadb728
No related branches found
No related tags found
No related merge requests found
2009-05-26 Rafael Avila de Espindola <espindola@google.com>
* plugins.m4: New.
2009-05-12 Alexandre Oliva <aoliva@redhat.com> 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
* multi.m4: Save CXX, GFORTRAN and GCJ in config.status. * multi.m4: Save CXX, GFORTRAN and GCJ in config.status.
......
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])
])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment