From 3e98a219b2c7c44ce276d4db6020599a8633db6d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 9 Apr 2004 16:17:57 +0000 Subject: Fix plugin building svn-id: r13521 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3