"Daniel P. Berrange" <berrange(a)redhat.com> wrote:
Another configure.ac cleanup, this time removing a bunch of
duplicated
messages printed out by various checks. Applies ontop of the previous
patch.
...
Looks good. Thanks!
- ...AC_MSG_ERROR(We need mount for FS storage driver) ; fi
+ ...AC_MSG_ERROR(We need umount for FS storage driver) ; fi
Ah ha! I see you've already fixed that ;-)