* [Qemu-devel] [PATCH] configure: Use uniform description for devel packages
@ 2016-04-08 16:11 Stefan Weil
2016-05-06 18:51 ` Michael Tokarev
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2016-04-08 16:11 UTC (permalink / raw)
To: QEMU Developer, QEMU Trivial; +Cc: Stefan Weil
As all other devel packages are written in the form "name devel",
use this form for libcap devel and libattr devel, too.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 9101257..adf70bd 100755
--- a/configure
+++ b/configure
@@ -4576,7 +4576,7 @@ if test "$softmmu" = yes ; then
tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
else
if test "$virtfs" = yes; then
- error_exit "VirtFS is supported only on Linux and requires libcap-devel and libattr-devel"
+ error_exit "VirtFS is supported only on Linux and requires libcap devel and libattr devel"
fi
virtfs=no
fi
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Use uniform description for devel packages
2016-04-08 16:11 [Qemu-devel] [PATCH] configure: Use uniform description for devel packages Stefan Weil
@ 2016-05-06 18:51 ` Michael Tokarev
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2016-05-06 18:51 UTC (permalink / raw)
To: Stefan Weil, QEMU Developer, QEMU Trivial
08.04.2016 19:11, Stefan Weil wrote:
> As all other devel packages are written in the form "name devel",
> use this form for libcap devel and libattr devel, too.
(Finally) applied to -trivial, thanks!
/mjt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-05-06 18:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 16:11 [Qemu-devel] [PATCH] configure: Use uniform description for devel packages Stefan Weil
2016-05-06 18:51 ` Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).