From 62774afb6ba854abe253410ef34dc3c0b30e5dbd Mon Sep 17 00:00:00 2001 From: Adam Walters Date: Wed, 4 Dec 2013 23:09:14 -0500 Subject: [PATCH] configure: Resolve compile issue in configure.ac 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 936e273c30..4465e01f88 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 \