]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: fix pam test warning
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 4 Apr 2019 09:17:25 +0000 (10:17 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 3 May 2019 11:03:04 +0000 (13:03 +0200)
commit9c9642d09afa65b93f6fdcbd9decf13fab1d1099
treeeee876d84133d8d0edb5092949f223777a686e01
parent66e1155a693e44adcd75ac644269c046cd8672c5
configure: fix pam test warning

The pam test generates a warning on Fedora 29 with -O3 compilation
because the headers declare that the pam_conversation pointer to
pam_start must be non-NULL.  Change it to use the same 0 initialised
structure as we actually use in qauthz.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190404091725.20595-1-dgilbert@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure