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.14 by root, Mon Aug 28 16:52:50 2006 UTC vs.
Revision 1.15 by root, Wed Aug 30 16:30:36 2006 UTC

211 AC_MSG_RESULT(ok) 211 AC_MSG_RESULT(ok)
212 AC_DEFINE(ENABLE_PERL, 1, Define if you can embed a perl interpreter) 212 AC_DEFINE(ENABLE_PERL, 1, Define if you can embed a perl interpreter)
213 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts` `$PERL -MEvent::MakeMaker -e 'print +{&Event::MakeMaker::event_args}->{INC}'`" 213 PERLFLAGS="`$PERL -MExtUtils::Embed -e ccopts` `$PERL -MEvent::MakeMaker -e 'print +{&Event::MakeMaker::event_args}->{INC}'`"
214 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`" 214 PERLLIB="`$PERL -MExtUtils::Embed -e ldopts`"
215 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`" 215 PERLPRIVLIBEXP="`$PERL -MConfig -e 'print $Config{privlibexp}'`"
216 PERL_PLUGIN=yes 216 CPPFLAGS="$CPPFLAGS $PERLFLAGS"
217 else 217 else
218 AC_MSG_ERROR([no, unable to link]) 218 AC_MSG_ERROR([no, unable to link])
219 fi 219 fi
220else 220else
221 AC_MSG_ERROR([no working perl found, or perl not version >= 5.8]) 221 AC_MSG_ERROR([no working perl found, or perl not version >= 5.8])
222fi 222fi
223AC_SUBST(PERLLIB) 223AC_SUBST(PERLLIB)
224AC_SUBST(PERLFLAGS) 224AC_SUBST(PERLFLAGS)
225AC_SUBST(PERLPRIVLIBEXP) 225AC_SUBST(PERLPRIVLIBEXP)
226AC_SUBST(PERL) 226AC_SUBST(PERL)
227AM_CONDITIONAL(PERL_PLUGIN,test "x$PERL_PLUGIN" != "x")
228AC_SUBST(PERL_PLUGIN)
229 227
230############################################# 228#############################################
231# Plugin configuration 229# Plugin configuration
232AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ]) 230AC_CHECK_LIB(dl, dlopen,[ cf_have_libdl=yes ])
233AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes") 231AM_CONDITIONAL(HAVE_LIBDL,test "x$cf_have_libdl" = "xyes")
238dnl CF_CHECK_PYTHON( 236dnl CF_CHECK_PYTHON(
239dnl [PLUGIN_PYTHON="cfpython.la"], 237dnl [PLUGIN_PYTHON="cfpython.la"],
240dnl [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])] 238dnl [AC_MSG_NOTICE([No Python found. Python plugin will not be built.])]
241dnl ) 239dnl )
242 dnl *** Put other plugins configuration code here *** 240 dnl *** Put other plugins configuration code here ***
241 :
243else 242else
244 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.]) 243 AC_MSG_NOTICE([No dl library found. Plugins will not be supported.])
245fi 244fi
246AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x") 245AM_CONDITIONAL(PYTHON_PLUGIN,test "x$PLUGIN_PYTHON" != "x")
247AC_SUBST(PLUGIN_PYTHON) 246AC_SUBST(PLUGIN_PYTHON)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines