Bugzilla – Attachment 40991 Details for
Bug 32235
Dictionaries are not installed properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that allows to enable internal and extenal dictionaries at the same time
0001-bootstrap-allow-both-extenral-and-built-in-dictionaries-fdo-3.patch (text/plain), 1.22 KB, created by
Petr Mladek
on 2010-12-10 10:19:54 UTC
(
hide
)
Description:
patch that allows to enable internal and extenal dictionaries at the same time
Filename:
MIME Type:
Creator:
Petr Mladek
Created:
2010-12-10 10:19:54 UTC
Size:
1.22 KB
patch
obsolete
>From c056d68a6ab6cccc6218053bb2d493dd626a6b33 Mon Sep 17 00:00:00 2001 >From: Petr Mladek <pmladek@suse.cz> >Date: Thu, 9 Dec 2010 21:00:41 +0100 >Subject: [PATCH] allow both extenral and built-in dictionaries (fdo#32235) > >--- > configure.in | 12 +++++------- > 1 files changed, 5 insertions(+), 7 deletions(-) > >diff --git a/configure.in b/configure.in >index 601a9f2..4fa78b3 100644 >--- a/configure.in >+++ b/configure.in >@@ -1733,9 +1733,8 @@ else > fi > AC_SUBST(WITH_MYSPELL_DICTS) > >-if test "$WITH_MYSPELL_DICTS" = "NO"; then >- AC_MSG_CHECKING([whether to use dicts from external paths]) >- if test -n "$with_system_dicts" -a "$with_system_dicts" = "yes"; then >+AC_MSG_CHECKING([whether to use dicts from external paths]) >+if test -n "$with_system_dicts" -a "$with_system_dicts" = "yes"; then > AC_MSG_RESULT([yes]) > SYSTEM_DICTS=YES > AC_MSG_CHECKING([for spelling dictionary directory]) >@@ -1759,10 +1758,9 @@ if test "$WITH_MYSPELL_DICTS" = "NO"; then > THES_SYSTEM_DIR=file:///usr/share/mythes > fi > AC_MSG_RESULT([$THES_SYSTEM_DIR]) >- else >- AC_MSG_RESULT([no]) >- SYSTEM_DICTS=NO >- fi >+else >+ AC_MSG_RESULT([no]) >+ SYSTEM_DICTS=NO > fi > AC_SUBST(SYSTEM_DICTS) > AC_SUBST(DICT_SYSTEM_DIR) >-- >1.6.0.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 32235
: 40991 |
40992