]> git.ipfire.org Git - thirdparty/libvirt.git/commit
fix syntax error in configure.ac
authorWen Congyang <wency@cn.fujitsu.com>
Thu, 23 Dec 2010 09:32:33 +0000 (17:32 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 23 Dec 2010 16:29:41 +0000 (09:29 -0700)
commit9a4af303fc9b8a07848899fb0cdf2b84c587e315
tree7d7c088b132e33d681d6ccfe8c6c4acc086483c5
parente1cee1085ab19d4fa3abb2d7710bf875e5d18645
fix syntax error in configure.ac

When I run configure, I receive some syntax error.

.....
checking where to find <rpc/rpc.h>... none
checking for library containing dlopen... -ldl
/configure: line 52500: test: =: unary operator expected
/configure: line 52766: test: =: unary operator expected
checking linux/kvm.h usability... yes
checking linux/kvm.h presence... yes
.....

Signed-off-by: Wen Congyang <wency@cn.fujitsu.com>
configure.ac