(file) Return to configure CVS log (file) (dir) Up to [Pegasus] / pegasus_unsupported / config

Diff for /pegasus_unsupported/config/configure between version 1.7 and 1.8

version 1.7, 2008/07/02 18:15:38 version 1.8, 2008/07/02 18:41:07
Line 102 
Line 102 
       disable_oop=1       disable_oop=1
       ;;       ;;
  
       --disable-ipv6)
         disable_ipv6=1
         ;;
   
     --disable-trace)     --disable-trace)
       disable_trace=1       disable_trace=1
       ;;       ;;
Line 200 
Line 204 
         Build for debug.         Build for debug.
     --disable-oop     --disable-oop
         Disable out-of-process providers.         Disable out-of-process providers.
       --disable-ipv6
           Disable IPV6 support.
     --disable-trace     --disable-trace
         Disable tracing facility         Disable tracing facility
     --disable-tests     --disable-tests
Line 493 
Line 499 
   echo "export PEGASUS_DISABLE_PRIVILEGED_TESTS=true" >> $options   echo "export PEGASUS_DISABLE_PRIVILEGED_TESTS=true" >> $options
 fi fi
  
   if [ "$disable_ipv6" = "1" ]
   then
     echo "export PEGASUS_ENABLE_IPV6=false" >> $options
   else
     echo "export PEGASUS_ENABLE_IPV6=true" >> $options
   fi
   
 if [ "$disable_trace" = "1" ] if [ "$disable_trace" = "1" ]
 then then
   echo "export PEGASUS_REMOVE_TRACE=1" >> $options   echo "export PEGASUS_REMOVE_TRACE=1" >> $options


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2