Searched refs:GSOAP (Results 1 - 1 of 1) sorted by relevance

/vbox/
H A Dconfigure120 GSOAP=""
2050 test_header "GSOAP compiler"
2051 if [ -z "$GSOAP" -a -z "$GSOAP_IMPORT" ]; then
2055 GSOAP=`pkg-config gsoapssl++ --variable=exec_prefix`
2056 GSOAP_IMPORT="$GSOAP/share/gsoap/import"
2057 if [ ! -d "$GSOAP_IMPORT" -a -d "$GSOAP/include/gsoap" ]; then
2058 GSOAP_IMPORT="$GSOAP/include/gsoap"
2061 cnf_append "VBOX_PATH_GSOAP" "$GSOAP"
2063 if [ -f "$GSOAP/share/gsoap/stdsoap2.cpp" ]; then
2064 cnf_append "VBOX_GSOAP_CXX_SOURCES" "$GSOAP/shar
[all...]

Completed in 45 milliseconds