Ticket #37936: activate_variants.patch

File activate_variants.patch, 374 bytes (added by daniel@…, 11 years ago)
  • active_variants-1.1.tcl

    old new  
    188188pre-configure {
    189189        _check_require_active_variants
    190190}
     191
     192# register pre-activate handler that checks for all requested variants
     193# this is needed for binary distribution
     194pre-activate {
     195        _check_require_active_variants
     196}