diff --git a/aegisub/setup.cpp b/aegisub/setup.cpp
index 238faf85a..5bcd8d59a 100644
--- a/aegisub/setup.cpp
+++ b/aegisub/setup.cpp
@@ -149,17 +149,6 @@
#endif
-////////////
-// Hunspell
-#ifdef WITH_HUNSPELL
-#ifdef __WXDEBUG__
-#pragma comment(lib,"libhunspell_d.lib")
-#else
-#pragma comment(lib,"libhunspell.lib")
-#endif
-#endif
-
-
//////////
// FFMPEG
#ifdef WITH_FFMPEG
diff --git a/aegisub/win32/config0.h b/aegisub/win32/config0.h
index e599e065e..fbdcffa12 100644
--- a/aegisub/win32/config0.h
+++ b/aegisub/win32/config0.h
@@ -79,7 +79,7 @@
// Enable Hunspell-based spellchecker
-// Requires: hunspell
+// Requires: hunspell (in repository for Win32)
//#define WITH_HUNSPELL
diff --git a/build/aegisub_vs2005/aegisub_vs2005.vcproj b/build/aegisub_vs2005/aegisub_vs2005.vcproj
index 287e0e220..d2a437f44 100644
--- a/build/aegisub_vs2005/aegisub_vs2005.vcproj
+++ b/build/aegisub_vs2005/aegisub_vs2005.vcproj
@@ -41,7 +41,7 @@