Branch: Tag:

1999-04-23

1999-04-23 01:13:14 by Marcus Comstedt <marcus@mc.pp.se>

Test for with_dynamic_modules used wrong confvar to look for dlopen...

Rev: src/configure.in:1.274

1: - AC_REVISION("$Id: configure.in,v 1.273 1999/04/12 23:49:33 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.274 1999/04/23 01:13:14 marcus Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
2952:   AC_SUBST(ac_configure_args)   pike_cv_prog_CC="${CC}"    - if test x$ac_cv_func_dlopen$ac_cv_func_dld_link$ac_cv_func_shl_load = xnonono; + if test x$pike_cv_func_dlopen$ac_cv_func_dld_link$ac_cv_func_shl_load = xnonono;   then    if test x$pike_cv_sys_os != xWindows_NT ; then    with_dynamic_modules=no