mirror of https://gitee.com/openkylin/libvirt.git
configure: Resolve compile issue in configure.ac
This patch resolves a compile issue caused by the
removal of examples/domsuspend code in commit
5eb4b04211
. This issue
is only seen in a fresh checkout, but causes the build
and configure to fail.
This commit is contained in:
parent
36ae35f02c
commit
62774afb6b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue