You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1998/04/14 11:02:39 UTC

cvs commit: apache-1.3 configure

rse         98/04/14 02:02:38

  Modified:    .        configure
  Log:
  Make again --enable-module=most as conservative as it can.
  Only modules which we can really expect to be workable
  should be included.
  
  Revision  Changes    Path
  1.7       +3 -2      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/configure,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- configure	1998/04/10 10:34:31	1.6
  +++ configure	1998/04/14 09:02:36	1.7
  @@ -440,10 +440,11 @@
                                  eval "module_${module}=yes" 
                              done
                              module_auth_db=no     # not all platforms have -ldb
  +                           module_mmap_static=no # not all platforms have mmap()
  +                           module_so=no          # not all platforms have dlopen()
  +                           module_example=no     # only for developers
                              module_log_agent=no   # deprecated
                              module_log_referer=no # deprecated
  -                           module_example=no     # only for developers
  -                           module_so=no          # not all platforms have dlopen()
                              ;;
                          * ) 
                              eval "exists=\$module_${apc_optarg}"