build: Fix a broken link in an error message from configure.ac

Spotted in bug #742548.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2017-11-07 11:45:29 +00:00
parent 90d8058f7a
commit cfe41f4ced

View File

@ -690,7 +690,7 @@ AM_CONDITIONAL(HAVE_SUNSTUDIO_VISIBILITY, [test x$g_have_sunstudio_visibility =
# check for bytesex stuff
AC_C_BIGENDIAN
if test x$ac_cv_c_bigendian = xuniversal ; then
AC_MSG_ERROR([Universal builds not supported: see https://bugs.gnome.org/742548])
AC_MSG_ERROR([Universal builds not supported: see https://bugzilla.gnome.org/show_bug.cgi?id=742548])
fi