[libvirt] [PATCH] Pull in gnulib fnmatch module

Daniel P. Berrange berrange at redhat.com
Tue Apr 19 13:41:13 UTC 2011


The libvirtd daemon uses fnmatch. Although we don't yet build
it on Win32, we should use gnulib's fnmatch module to ensure
portability to all platforms.

* bootstrap.conf: Add fnmatch
---
 bootstrap.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 293f86e..8db4e87 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -34,6 +34,7 @@ count-one-bits
 crypto/md5
 dirname-lgpl
 fcntl-h
+fnmatch
 func
 getaddrinfo
 gethostname
-- 
1.7.4.4




More information about the libvir-list mailing list