From 48210efd8498cbf666919495ed5873b1355fce62 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Wed, 11 Apr 2012 13:14:08 +0200 Subject: Automotic loading of plugins (Linux) Signed-off-by: Martin Sustrik --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 99fab21..e29263b 100644 --- a/configure.ac +++ b/configure.ac @@ -101,6 +101,8 @@ AS_CASE(["${host_os}"], AC_DEFINE([XS_HAVE_ANDROID], [1], [Have Android OS]) ] ) + + AC_CHECK_LIB([dl], [dlopen]) ], [*solaris*], [ # Define on Solaris to enable all library features -- cgit v1.2.3