Bug 1288596 - Better error message when compiler is incompatible with sanitizer, r=glandium

--HG--
extra : rebase_source : eb0582ee2ff4b576fd34b91bc4caf66493b84b96
This commit is contained in:
Steve Fink 2016-07-29 11:28:33 -07:00
Родитель bc1904b9c0
Коммит 986c3892e5
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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]))
])