Make configure message regarding plugin support less ambigious

svn-id: r19646
This commit is contained in:
Max Horn 2005-11-18 21:37:58 +00:00
parent 11c52c06db
commit 250071f867

7
configure vendored
View File

@ -884,10 +884,13 @@ fi
#
# Check whether plugin support is requested and possible
#
echocheck "Plugin support"
echo_n "Checking whether building plugins was requested... "
echo "$_build_plugins"
_mak_plugins=
_def_plugin=
if test "$_build_plugins" = yes ; then
echo_n "Checking whether building plugins is supported... "
case $_host_os in
linux*)
_def_plugin='
@ -947,8 +950,8 @@ LIBS += -ldl
_def_plugin=
;;
esac
echo "$_build_plugins"
fi
echo "$_build_plugins"
#