Try again
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Thu, 21 Sep 2006 16:44:50 +0000 (16:44 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Thu, 21 Sep 2006 16:44:50 +0000 (16:44 +0000)
org.gridsite.core/src/make-gridsite-spec

index 11aed3b..6b6b049 100755 (executable)
@@ -18,7 +18,7 @@ cat <<EOF >gsoap-test.c
 main() { return; }
 #endif
 EOF
-make GSOAPDIR=$GSOAPDIR gsoap-test
+make GSOAPDIR=$GSOAPDIR STDSOAP2=$STDSOAP2 gsoap-test
 if [ $? = 0 ] ; then have_gsoap=1 ; fi
 
 cat <<EOF >gridsite.spec