Index: /trunk/Nebulous/nebclient/autogen.sh
===================================================================
--- /trunk/Nebulous/nebclient/autogen.sh	(revision 13210)
+++ /trunk/Nebulous/nebclient/autogen.sh	(revision 13211)
@@ -90,7 +90,9 @@
 cd $ORIGDIR
 
-wsdl2h -o src/nebulous.h -c nebulous.wsdl \
-&& soapcpp2 -d src -c src/nebulous.h \
-&& rm -f src/*.xml
+if `which wsdl2h`; then
+    wsdl2h -o src/nebulous.h -c nebulous.wsdl \
+    && soapcpp2 -d src -c src/nebulous.h \
+    && rm -f src/*.xml
+fi
 
 run_configure=true
