
On 12/05/13 09:14, Daniel Veillard wrote:
On Wed, Dec 04, 2013 at 11:09:14PM -0500, Adam Walters wrote:
This patch resolves a compile issue caused by the removal of examples/domsuspend code in commit 5eb4b04211ea379c58f735dee6c2852c8b80da89. This issue is only seen in a fresh checkout, but causes the build and configure to fail. --- configure.ac | 1 - 1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 936e273..4465e01 100644 --- a/configure.ac +++ b/configure.ac @@ -2555,7 +2555,6 @@ AC_CONFIG_FILES([\ tests/Makefile \ examples/apparmor/Makefile \ examples/domain-events/events-c/Makefile \ - examples/domsuspend/Makefile \ examples/dominfo/Makefile \ examples/openauth/Makefile \ examples/hellolibvirt/Makefile \ -- 1.8.4.2
ACK pushing that one separately as a buildbreaker,
thanks,
Daniel
Hmmm a rerun configure didn't catch this unfortunately. I'm adding 'git clean -fxd' to my build command to avoid this in the future. Sorry for the mess. PEter