ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/configure.ac
(Generate patch)

Comparing deliantra/server/configure.ac (file contents):
Revision 1.13 by root, Tue Aug 15 17:12:47 2006 UTC vs.
Revision 1.14 by root, Mon Aug 28 16:52:50 2006 UTC

35AC_PROG_AWK 35AC_PROG_AWK
36 36
37AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc Use the dmalloc library if available, may prevent plugins from working], 37AC_ARG_ENABLE(dmalloc, [ --enable-dmalloc Use the dmalloc library if available, may prevent plugins from working],
38 use_dmalloc=yes, use_dmalloc=no) 38 use_dmalloc=yes, use_dmalloc=no)
39 39
40AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], 40dnl AC_ARG_WITH(python, [ --with-python=dir Directory to look for python headers/library (default=standard system location) ], PYTHON_HOME="$withval")
41 PYTHON_HOME="$withval")
42 41
43 42
44dnl check for some other programs 43dnl check for some other programs
45AC_PATH_PROG(LATEX, latex) 44AC_PATH_PROG(LATEX, latex)
46AC_PATH_PROG(GZIP, gzip) 45AC_PATH_PROG(GZIP, gzip)
234AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes") 233AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes")
235 234
236if test "x$cf_have_libdl" = "xyes" ; then 235if test "x$cf_have_libdl" = "xyes" ; then
237 ############### 236 ###############
238 # Python plugin 237 # Python plugin
239 CF_CHECK_PYTHON( 238dnl CF_CHECK_PYTHON(
240 [PLUGIN_PYTHON="cfpython.la"], 239dnl [PLUGIN_PYTHON="cfpython.la"],
241 [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] 240dnl [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])]
242 ) 241dnl )
243 dnl *** Put other plugins configuration code here *** 242 dnl *** Put other plugins configuration code here ***
244else 243else
245 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.]) 244 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.])
246fi 245fi
247AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") 246AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines