aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 391abffe80..bf698bfc90 100755
--- a/configure
+++ b/configure
@@ -656,7 +656,7 @@ echocheck "Plugin support"
_mak_plugins=
if test "$_build_plugins" = yes ; then
case $_host_os in
- linux)
+ linux*)
_mak_plugins='
BUILD_PLUGINS := 1
CXXFLAGS += -DDYNAMIC_MODULES
@@ -667,7 +667,7 @@ POST_OBJS_FLAGS := -Wl,-no-whole-archive
LIBS += -ldl
'
;;
- darwin)
+ darwin*)
_mak_plugins='
BUILD_PLUGINS := 1
CXXFLAGS += -DDYNAMIC_MODULES