--- deliantra/server/configure.ac 2006/09/04 11:07:58 1.18 +++ deliantra/server/configure.ac 2006/09/07 20:03:20 1.19 @@ -236,37 +236,15 @@ AC_SUBST(PERLPRIVLIBEXP) AC_SUBST(PERL) -############################################# -# Plugin configuration -AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ]) -AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes") - -if test "x$cf_have_libdl" = "xyes" ; then - ############### - # Python plugin -dnl CF_CHECK_PYTHON( -dnl [PLUGIN_PYTHON="cfpython.la"], -dnl [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] -dnl ) - dnl *** Put other plugins configuration code here *** - : -else - AC_MSG_NOTICE([No dl library found. Plugins will not be supported.]) -fi -AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") -AC_SUBST(PLUGIN_PYTHON) - AC_OUTPUT([Makefile doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile - doc/spoiler/Makefile doc/spoiler-html/Makefile - doc/playbook/Makefile doc/playbook-html/Makefile - doc/scripts/Makefile - lib/Makefile random_maps/Makefile socket/Makefile server/Makefile src/Makefile - include/Makefile utils/Makefile lib/checkarch.pl - lib/collect.pl utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl - utils/metaserver.pl utils/crossloop.web utils/scores.pl utils/player_dl.pl - common/Makefile plugins/Makefile plugins/cfpython/Makefile - plugins/cfpython/include/Makefile - plugins/common/Makefile plugins/common/include/Makefile + doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile + doc/playbook-html/Makefile doc/scripts/Makefile lib/Makefile + random_maps/Makefile socket/Makefile server/Makefile src/Makefile + include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl + utils/add_throw.perl utils/crossloop.tmpl utils/crossloop.pl.tmpl + utils/metaserver.pl utils/crossloop.web utils/scores.pl + utils/player_dl.pl common/Makefile plugins/Makefile + plugins/common/Makefile plugins/common/include/Makefile devel/Makefile ])