* plugins.m4: New.
[deliverable/binutils-gdb.git] / binutils / configure.in
index 3fdb349fec064db240ba378bd01809c85044dd2e..6f9b3d022ffaea9a6af54ce77927b707fa16cb2b 100644 (file)
@@ -16,14 +16,7 @@ AC_PROG_CC
 AC_GNU_SOURCE
 AC_USE_SYSTEM_EXTENSIONS
 
-AC_ARG_ENABLE([plugins],
-AS_HELP_STRING([--enable-plugins], [linker plugins (defaults no)]),
-[case "${enableval}" in
-  yes | "") plugins=yes ;;
-  no) plugins=no ;;
-  *) plugins=yes ;;
- esac],
-[plugins=no])
+AC_PLUGINS
 
 case "${target}" in
 changequote(,)dnl
This page took 0.02379 seconds and 4 git commands to generate.