]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: use portable shell
authorEric Blake <eblake@redhat.com>
Wed, 19 Nov 2014 19:13:14 +0000 (12:13 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 19 Nov 2014 19:13:14 +0000 (12:13 -0700)
commitaca0ae1faa163bbd60ee8df4b93ae870aa820746
tree564ecca1bf446e85651a4558389bba404801c5da
parent36148120c1c1e6ad7f4eb6f0995eb7b18ba95922
maint: use portable shell

Reported in https://bugzilla.redhat.com/show_bug.cgi?id=1165827;
dash complains:

checking for pkcheck... /usr/bin/pkcheck
checking whether pkcheck supports uid value... yes
./configure: 63906: test: xno: unexpected operator
checking for dtrace... no

* configure.ac: Use '=' not '==' in test.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac