From 810ca07041de190a4d82b1b23958e3662185a485 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 22 Dec 2011 21:20:54 +0000 Subject: [PATCH] Remove unused $with_hunspell_version variable from configure script Originally committed to SVN as r6073. --- aegisub/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/configure.in b/aegisub/configure.in index b58f374d2..c8b65127d 100644 --- a/aegisub/configure.in +++ b/aegisub/configure.in @@ -1040,7 +1040,7 @@ Subtitle Providers: libass $with_libass $libass_disabled Misc Packages - Hunspell: $with_hunspell $with_hunspell_version $hunspell_disabled + Hunspell: $with_hunspell $hunspell_disabled FFTW3: $with_fftw $fftw_disabled ]);