VirtualBox

Changeset 16144 in vbox for trunk/configure


Ignore:
Timestamp:
Jan 21, 2009 2:53:28 PM (16 years ago)
Author:
vboxsync
Message:

configure: disable webservice stuff properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r16141 r16144  
    17111711    else
    17121712      log_failure "wsdl2h not found -- disabling webservice"
     1713      cnf_append "VBOX_WITH_WEBSERVICES" ""
    17131714    fi
    17141715  else
    17151716    log_failure "soapcpp2 not found -- disabling webservice"
     1717    cnf_append "VBOX_WITH_WEBSERVICES" ""
    17161718  fi
    17171719}
     
    20982100[ -n "$SETUP_WINE" ] && setup_wine
    20992101
    2100 [ $WITH_GSOAP -eq 1 ] && check_gsoap
     2102if [ $WITH_GSOAP -eq 1 ]; then
     2103  check_gsoap
     2104else
     2105  cnf_append "VBOX_WITH_WEBSERVICES" ""
     2106fi
    21012107
    21022108# Darwin-specific
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette