Signed-off-by: Gerd Hoffmann <kra...@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lur...@redhat.com> Message-id: 20170606105339.3613-4-kra...@redhat.com --- configure | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/configure b/configure index 44c773a5cd..41c213b378 100755 --- a/configure +++ b/configure @@ -5245,6 +5245,12 @@ if test "$supported_os" = "no"; then echo "us upstream at qemu-devel@nongnu.org." fi +if test "$gtkabi" = "2.0"; then + echo + echo "WARNING: Support for gtk2 will be dropped in future releases." + echo "WARNING: Please consider using gtk3 instead." +fi + config_host_mak="config-host.mak" echo "# Automatically generated by configure - do not modify" >config-all-disas.mak -- 2.9.3