From b555ab3ea45d403d2e3459e002c9c35ba7ef2779 Mon Sep 17 00:00:00 2001 From: Robert Strong Date: Mon, 14 Jan 2013 11:37:34 -0800 Subject: [PATCH] Bug 571381 - Require NSIS 2.46 Unicode. r=mbanner --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 6f953ad7a0..523a85655c 100644 --- a/configure.in +++ b/configure.in @@ -4651,8 +4651,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" -o "$MAKENSISU" = ":"; then AC_MSG_RESULT([yes]) changequote(,)