--- deliantra/server/configure.ac 2006/08/15 17:12:47 1.13 +++ deliantra/server/configure.ac 2006/08/28 16:52:50 1.14 @@ -37,8 +37,7 @@ AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc Use the dmalloc library if available, may prevent plugins from working], use_dmalloc=yes, use_dmalloc=no) -AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], - PYTHON_HOME="$withval") +dnl AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], PYTHON_HOME="$withval") dnl check for some other programs @@ -236,10 +235,10 @@ if test "x$cf_have_libdl" = "xyes" ; then ############### # Python plugin - CF_CHECK_PYTHON( - [PLUGIN_PYTHON="cfpython.la"], - [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] - ) +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.])