From 8cd93e59415add8b838f7bf913a01711834c1a6c Mon Sep 17 00:00:00 2001 From: Robert Strong Date: Mon, 14 Jan 2013 11:33:54 -0800 Subject: [PATCH] Bug 571381 - Require NSIS 2.46 Unicode. r=glandium --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 77f52ea5cd1..eecde603719 100644 --- a/configure.in +++ b/configure.in @@ -6236,8 +6236,8 @@ dnl (unless in case of cross compiling, for which Unicode dnl is not yet sufficient). if test "$OS_ARCH" = "WINNT"; then REQ_NSIS_MAJOR_VER=2 - MIN_NSIS_MINOR_VER=33 - MOZ_PATH_PROGS(MAKENSISU, $MAKENSISU makensisu-2.46 makensisu makensis) + MIN_NSIS_MINOR_VER=46 + MOZ_PATH_PROGS(MAKENSISU, $MAKENSISU makensisu-2.46 makensis) if test -n "$MAKENSISU" -a "$MAKENSISU" != ":"; then AC_MSG_RESULT([yes]) changequote(,)