Branch: Tag:

2001-09-11

2001-09-11 22:45:16 by Marcus Comstedt <marcus@mc.pp.se>

Allow dynamic modules on NT if the user really asks for it.

Rev: src/configure.in:1.548

1: - AC_REVISION("$Id: configure.in,v 1.547 2001/09/11 14:34:01 lange Exp $") + AC_REVISION("$Id: configure.in,v 1.548 2001/09/11 22:45:16 marcus Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
5543:    if test x$pike_cv_func_dlopen$ac_cv_func_dld_link$ac_cv_func_shl_load = xnonono;    then   # Dynamic loading is now WORKING (maybe) - # if test x"$pike_cv_sys_os" != xWindows_NT ; then +  if test x"$pike_cv_sys_os" != xWindows_NT ; then    with_dynamic_modules=no - # fi +     fi    fi    fi -  + fi      #######################################################################   # Since configure doesn't always know if we will be linking with ld or cc,