]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice.org-hunspell.diff
- hunspell-1.1.12 fix for libhunspell soname change to libhunspell-1-1.so
[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
This page took 0.091619 seconds and 4 git commands to generate.