configure.ac: Use wayland_version macro in bug url

This commit is contained in:
Kristian Høgsberg 2013-03-17 13:53:29 -04:00
parent 8f1386fb50
commit 9a2fab49e5

View File

@ -8,7 +8,7 @@ m4_define([wayland_version],
AC_INIT([wayland],
[wayland_version],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=1.0.90],
[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=wayland_version],
[wayland],
[http://wayland.freedesktop.org/])