configure: accept git@<host>/<path>.git as git URI

This commit is contained in:
Patrick Ohly 2009-05-08 15:21:51 +02:00
parent c4bb93f51c
commit 3a534e1112

View file

@ -198,6 +198,7 @@ if test "$SYNTHESISSRC" && test "$SYNTHESISSRC" != "none"; then
AC_MSG_NOTICE( [updating the content of $SYNTHESIS_SRC from $SYNTHESISSRC] )
case "$SYNTHESISSRC" in
*.git) protocol=git;;
*://*) protocol="`echo $SYNTHESISSRC | sed -e 's;://.*;;'`";;
*) protocol="file";;
esac