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

Diff of /hydra/configure.in

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

revision 1.6 by nmav, Fri Sep 27 23:40:28 2002 UTC revision 1.7 by nmav, Sat Sep 28 10:05:00 2002 UTC
# Line 190  if test "$use_smp" = "yes"; then Line 190  if test "$use_smp" = "yes"; then
190    CFLAGS="$CFLAGS -D_REENTRANT"    CFLAGS="$CFLAGS -D_REENTRANT"
191  fi  fi
192    
193  use_hic=yes  if test "$use_smp" = "yes"; then use_hic=yes
194    else use_hic = no
195    fi
196    
197  AC_MSG_CHECKING(whether to include HIC (internally handled CGIs) support)  AC_MSG_CHECKING(whether to include HIC (internally handled CGIs) support)
198  AC_ARG_ENABLE(hic, [  --disable-hic           Do not include HIC support],  AC_ARG_ENABLE(hic, [  --disable-hic           Do not include HIC support],
199   [   [
200    if test "$enableval" = "yes" ; then    if test "$enableval" = "yes" ; then
201     use_hic=yes      if test "$use_smp" = "yes"; then use_hic=yes
202        else use_hic = no
203        fi
204    else    else
205     use_hic=no     use_hic=no
206    fi    fi

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26