From cfe41f4cedfec6de09561411246529886ec9e7cc Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 7 Nov 2017 11:45:29 +0000 Subject: [PATCH] build: Fix a broken link in an error message from configure.ac Spotted in bug #742548. Signed-off-by: Philip Withnall --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cb13036a2..5cbff1919 100644 --- a/configure.ac +++ b/configure.ac @@ -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