Fix --diable-shared --enable-plugins build breakage
[deliverable/binutils-gdb.git] / config / plugins.m4
index f65fdcb9d2cc5ed0dfdc6cc178bbad51f72819d5..513c690e1b57a9719df558c770ace8553b365ae2 100644 (file)
@@ -15,4 +15,7 @@ AC_DEFUN([AC_PLUGINS],
      esac],
     [plugins=$maybe_plugins]
   )
+  if test "$plugins" = "yes"; then
+    AC_SEARCH_LIBS([dlopen], [dl])
+  fi
 ])
This page took 0.025161 seconds and 4 git commands to generate.