/pidgin/main: bd3d53e730ba: Pidgin won't currently work in Windo...
Daniel Atallah
datallah at pidgin.im
Mon Sep 10 23:16:34 EDT 2012
Changeset: bd3d53e730ba6730be9377283678ff2fd3348ef3
Author: Daniel Atallah <datallah at pidgin.im>
Date: 2012-09-10 23:15 -0400
Branch: release-2.x.y
URL: http://hg.pidgin.im/pidgin/main/rev/bd3d53e730ba
Description:
Pidgin won't currently work in Windows NT4, so there's no need to have special behavior in the installer.
diffstat:
pidgin/win32/nsis/pidgin-installer.nsi | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diffs (33 lines):
diff --git a/pidgin/win32/nsis/pidgin-installer.nsi b/pidgin/win32/nsis/pidgin-installer.nsi
--- a/pidgin/win32/nsis/pidgin-installer.nsi
+++ b/pidgin/win32/nsis/pidgin-installer.nsi
@@ -34,7 +34,6 @@ RequestExecutionLevel highest
!include "MUI.nsh"
!include "Sections.nsh"
-!include "WinVer.nsh"
!include "LogicLib.nsh"
!include "Memento.nsh"
@@ -345,21 +344,6 @@ Section $(PIDGINSECTIONTITLE) SecPidgin
perl_done:
- ; If this is under NT4, delete the SILC support stuff
- ; there is a bug that will prevent any account from connecting
- ; See https://lists.silcnet.org/pipermail/silc-devel/2005-January/001588.html
- ; Also, remove the GSSAPI SASL plugin and associated files as they aren't
- ; compatible with NT4.
- ${If} ${IsNT}
- ${AndIf} ${IsWinNT4}
- ;SILC
- Delete "$INSTDIR\plugins\libsilc.dll"
- Delete "$INSTDIR\libsilcclient-1-1-3.dll"
- Delete "$INSTDIR\libsilc-1-1-2.dll"
- ;GSSAPI
- Delete "$INSTDIR\sasl2\saslGSSAPI.dll"
- ${EndIf}
-
SetOutPath "$INSTDIR"
; If we don't have install rights we're done
More information about the Commits
mailing list