]> git.pld-linux.org Git - packages/balsa.git/blob - balsa-aspell.patch
- updated to version 2.0.4, snap 20021226
[packages/balsa.git] / balsa-aspell.patch
1 diff -urN balsa-2.0.3.orig/configure.in balsa-2.0.3/configure.in
2 --- balsa-2.0.3.orig/configure.in       Wed Dec 18 21:01:37 2002
3 +++ balsa-2.0.3/configure.in    Wed Dec 18 21:27:06 2002
4 @@ -88,9 +88,9 @@
5  AC_CONFIG_SUBDIRS(libmutt)
6  
7  
8 -AC_CHECK_LIB(pspell, new_pspell_manager,,[
9 +AC_CHECK_LIB(pspell, new_aspell_speller,,[
10         AC_MSG_ERROR([*** libpspell(-devel) not found.  Please check http://www.balsa.net for information on the required files.])
11 -], -lstdc++ -lpspell-modules)
12 +], -lstdc++)
13  
14  dnl Reset
15  # LDFLAGS="$balsa_save_LDFLAGS"
This page took 0.039241 seconds and 3 git commands to generate.