cvs commit: hugs98 Install hugs98/src/unix configure configure.in

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Wed, 23 Oct 2002 10:08:56 -0700


ross        2002/10/23 10:08:56 PDT

  Modified files:
    .                    Install 
    src/unix             configure configure.in 
  Log:
  By default, enable the ffi if the system supports dynamic loading,
  i.e. machdep.c defines getDLL(), getDLLSymbol() and freeDLL().
  
  It can also be manually turned on and off with enable-ffi / disable-ffi.
  
  Revision  Changes    Path
  1.7       +4 -4      hugs98/Install
  1.43      +417 -404  hugs98/src/unix/configure
  1.47      +14 -2     hugs98/src/unix/configure.in