From b9fc7c5eae61d168e677d96c1f1ad8a14cd1c3bd Mon Sep 17 00:00:00 2001 From: trav90 Date: Sat, 26 May 2018 20:54:19 -0500 Subject: Display an error on Linux in the absence of SSE2 --- old-configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 0d169d55f..4d4d66f88 100644 --- a/old-configure.in +++ b/old-configure.in @@ -4801,6 +4801,12 @@ if test "$USE_FC_FREETYPE"; then fi fi +dnl ======================================================== +dnl Check if we need the Linux SSE2 error dialog +dnl ======================================================== + +AC_SUBST(MOZ_LINUX_SSE2_STARTUP_ERROR) + dnl ======================================================== dnl Check for pixman and cairo dnl ======================================================== -- cgit v1.2.3