]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vsh: Fix broken build on mingw v4.7.0-rc1
authorSimon Kobyda <skobyda@redhat.com>
Mon, 27 Aug 2018 15:44:29 +0000 (17:44 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 28 Aug 2018 06:31:32 +0000 (08:31 +0200)
commite950310f14551f992cedd5e78e2d0da57f85a213
treec2302e45f43ed1075f6b5b6ff0f326094785da3c
parentb14b88b74c10c9e20f87218c5994681fc35c2c57
vsh: Fix broken build on mingw

The function wcwidth() doesn't exist on mingw. However, it does exist in
gnulib, so we can rely on that.

Signed-off-by: Simon Kobyda <skobyda@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
bootstrap.conf