mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
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:
parent
90d8058f7a
commit
cfe41f4ced
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user