qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] configure: Use uniform description for devel packag


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] configure: Use uniform description for devel packages
Date: Fri, 8 Apr 2016 18:11:13 +0200

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 <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]