diff --git a/configure b/configure index bbf900543e67c0dc18ce50173bf8399201b7a490..293639cf6d9c9d9460ae393dc52c2892cccfed9f 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