/[hydra]/hydra/configure.in
ViewVC logotype

Diff of /hydra/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by nmav, Fri Dec 10 20:09:22 2004 UTC revision 1.40 by nmav, Thu Mar 9 18:11:49 2006 UTC
# Line 233  if test "$use_smp" = "yes"; then use_hic Line 233  if test "$use_smp" = "yes"; then use_hic
233  else use_hic = no  else use_hic = no
234  fi  fi
235    
 AC_MSG_CHECKING(whether to include HIC (internally handled CGIs) support)  
 AC_ARG_ENABLE(hic, [  --disable-hic           Do not include HIC support],  
  [  
   if test "$enableval" = "yes" ; then  
     if test "$use_smp" = "yes"; then use_hic=yes  
     else use_hic = no  
     fi  
   else  
    use_hic=no  
   fi  
  ]  
 )  
   
 AC_MSG_RESULT($use_hic)  
   
 if test "$use_hic" = "yes"; then  
   AC_CHECK_FUNC( dlopen,  
    AC_DEFINE( ENABLE_HIC, 1, [whether to use HIC code])  
   )  
   AC_CHECK_LIB(dl, dlopen,  
    LIBS="$LIBS -ldl"  
    AC_DEFINE( ENABLE_HIC, 1, [whether to use HIC code])  
   )  
 fi  
   
236  AC_CHECK_FUNC( fnmatch,  AC_CHECK_FUNC( fnmatch,
237   AC_DEFINE( ENABLE_ACCESS_LISTS, 1, [whether to enable file access control lists]) ,   AC_DEFINE( ENABLE_ACCESS_LISTS, 1, [whether to enable file access control lists]) ,
238   AC_MSG_WARN([[   AC_MSG_WARN([[

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26