From: Stefan Weil Date: Fri, 8 Apr 2016 16:11:13 +0000 (+0200) Subject: configure: Use uniform description for devel packages X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3f3b5388d400a4e26718328809e6546b21fb4588;p=qmiga%2Fqemu.git 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 Signed-off-by: Michael Tokarev --- diff --git a/configure b/configure index bbf900543e..293639cf6d 100755 --- a/configure +++ b/configure @@ -4611,7 +4611,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