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

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

version 1.6, 2008/07/02 17:44:55 version 1.7, 2008/07/02 18:15:38
Line 102 
Line 102 
       disable_oop=1       disable_oop=1
       ;;       ;;
  
       --disable-trace)
         disable_trace=1
         ;;
   
       --disable-tests)
         disable_tests=1
         ;;
   
     --enable-pam)     --enable-pam)
       enable_pam=1       enable_pam=1
       ;;       ;;
Line 192 
Line 200 
         Build for debug.         Build for debug.
     --disable-oop     --disable-oop
         Disable out-of-process providers.         Disable out-of-process providers.
       --disable-trace
           Disable tracing facility
       --disable-tests
           Disable build of most of the tests.
     --enable-pam     --enable-pam
         Enable PAM authentication (fall back on password-file authentication).         Enable PAM authentication (fall back on password-file authentication).
     --with-pam=DIR     --with-pam=DIR
Line 481 
Line 493 
   echo "export PEGASUS_DISABLE_PRIVILEGED_TESTS=true" >> $options   echo "export PEGASUS_DISABLE_PRIVILEGED_TESTS=true" >> $options
 fi fi
  
   if [ "$disable_trace" = "1" ]
   then
     echo "export PEGASUS_REMOVE_TRACE=1" >> $options
   fi
   
   if [ "$disable_tests" = "1" ]
   then
     echo "export PEGASUS_SKIP_MOST_TEST_DIRS=true" >> $options
   fi
   
 if [ "$enable_debug" = 1 ] if [ "$enable_debug" = 1 ]
 then then
   echo "export PEGASUS_DEBUG=1" >> $options   echo "export PEGASUS_DEBUG=1" >> $options


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2