зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1288596 - Better error message when compiler is incompatible with sanitizer, r=glandium
--HG-- extra : rebase_source : eb0582ee2ff4b576fd34b91bc4caf66493b84b96
This commit is contained in:
Родитель
bc1904b9c0
Коммит
986c3892e5
|
@ -82,4 +82,10 @@ fi
|
|||
AC_SUBST(MOZ_NO_WLZDEFS)
|
||||
AC_SUBST(MOZ_CFLAGS_NSS)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Test for whether the compiler is compatible with the
|
||||
dnl = given sanitize options.
|
||||
dnl ========================================================
|
||||
AC_TRY_LINK(,,,AC_MSG_ERROR([compiler is incompatible with sanitize options]))
|
||||
|
||||
])
|
||||
|
|
Загрузка…
Ссылка в новой задаче