From: Adam Walters Date: Thu, 5 Dec 2013 04:09:14 +0000 (-0500) Subject: configure: Resolve compile issue in configure.ac X-Git-Tag: CVE-2013-6436~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62774afb6ba8;p=thirdparty%2Flibvirt.git 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. --- 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 \