]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
configure: Resolve compile issue in configure.ac
authorAdam Walters <adam@pandorasboxen.com>
Thu, 5 Dec 2013 04:09:14 +0000 (23:09 -0500)
committerDaniel Veillard <veillard@redhat.com>
Thu, 5 Dec 2013 08:06:59 +0000 (16:06 +0800)
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

index 936e273c302468198e98f0dcfc69a3b598fa1ae9..4465e01f884df2b6008787025497cf58f5a7faac 100644 (file)
@@ -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 \