Lines Matching refs:GSOAP_IMPORT
121 GSOAP_IMPORT=""
2051 if [ -z "$GSOAP" -a -z "$GSOAP_IMPORT" ]; then
2056 GSOAP_IMPORT="$GSOAP/share/gsoap/import"
2057 if [ ! -d "$GSOAP_IMPORT" -a -d "$GSOAP/include/gsoap" ]; then
2058 GSOAP_IMPORT="$GSOAP/include/gsoap"
2062 cnf_append "VBOX_PATH_GSOAP_IMPORT" "$GSOAP_IMPORT"
2083 if [ -z "$GSOAP_IMPORT" ]; then
2084 GSOAP_IMPORT="$GSOAP/share/gsoap/import"
2085 if [ ! -d "$GSOAP_IMPORT" -a -d "$GSOAP/include/gsoap" ]; then
2086 GSOAP_IMPORT="$GSOAP/include/gsoap"
2089 if [ -f "$GSOAP_IMPORT/stlvector.h" ]; then
2092 cnf_append "VBOX_PATH_GSOAP_IMPORT" "$GSOAP_IMPORT"
2422 GSOAP_IMPORT=`echo $option | cut -d'=' -f2`