From 97ae5a9d25d0ee4a6f8bffee560d6010013e2751 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 8 Apr 2016 18:08:17 +0200 Subject: [PATCH] configure: Use uniform description for devel packages 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 804599ee08..827be79da4 100755 --- a/configure +++ b/configure @@ -4609,7 +4609,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.11.4.GIT