]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice.org-hunspell.diff
- rel 0.16
[packages/libreoffice.git] / openoffice.org-hunspell.diff
CommitLineData
27d6fc2c
JR
1--- config_office/configure.in~ 2007-10-02 15:51:45.295762844 +0200
2+++ config_office/configure.in 2007-10-02 15:55:50.484834254 +0200
3@@ -4443,8 +4443,8 @@
4 AC_CHECK_HEADER(hunspell/hunspell.hxx, [ HUNSPELL_CFLAGS=-I/usr/include/hunspell ],
5 [AC_MSG_ERROR(hunspell headers not found.)], [])
6 ], [])
7- AC_CHECK_LIB(hunspell, main, [],
8- [ AC_MSG_ERROR(hunspell library not found.) ], [])
9+ AC_CHECK_LIB(hunspell-1.1, main, [],
10+ [ AC_MSG_ERROR(hunspell-1.1 library not found.) ], [])
11 else
12 AC_MSG_RESULT([internal])
13 SYSTEM_HUNSPELL=NO
f38a23ce
JR
14--- lingucomponent/source/spellcheck/spell/makefile.mk~ 2007-02-01 20:08:29.000000000 +0100
15+++ lingucomponent/source/spellcheck/spell/makefile.mk 2007-10-02 21:43:10.511251807 +0200
16@@ -47,7 +47,7 @@
17
18 .IF "$(HUNSPELLLIB)"==""
19 .IF "$(GUI)"=="UNX"
20-HUNSPELLLIB=-lhunspell
21+HUNSPELLLIB=-lhunspell-1.1
22 .ENDIF # unx
23 .IF "$(GUI)"=="WNT"
24 HUNSPELLLIB=hunspell.lib
This page took 0.060539 seconds and 4 git commands to generate.