Automatic date update in version.in
[deliverable/binutils-gdb.git] / config / plugins.m4
index f65fdcb9d2cc5ed0dfdc6cc178bbad51f72819d5..c6acebc1ca4b4e0df8c7c863382e02860f29b9a6 100644 (file)
@@ -15,4 +15,7 @@ AC_DEFUN([AC_PLUGINS],
      esac],
     [plugins=$maybe_plugins]
   )
+  if test "$plugins" = "yes"; then
+    AC_SEARCH_LIBS([dlsym], [dl])
+  fi
 ])
This page took 0.02442 seconds and 4 git commands to generate.