 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] bug fix in configure file
 The end of if is at the wrong place. Signed-off-by: Shakeel Butt <shakeel.butt@xxxxxxxxx> --- # HG changeset patch # Parent 6c1b12c884b4521a940e079c8dfebc5d8e88d2e9 diff -r 6c1b12c884b4 configure --- a/configure +++ b/configure 
@@ -2000,6 +2000,8 @@ stubdom=n  fi +fi +  if test -e "stubdom/configure"; then :  if test "x$stubdom" = "xy" || test "x$stubdom" = "x" ; then @@ -2011,9 +2013,6 @@ fi -fi - -  # Check whether --enable-docs was given.  if test "${enable_docs+set}" = set; then : _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |